Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Emoji Keyboard by EmojiTell",
"version": "1.03",
"description": "Search and copy emojis easily",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"action": [],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+E",
"mac": "Alt+Shift+E"
},
"description": "Open Emoji Keyboard"
}
},
"web_accessible_resources": [
{
"resources": [
"fonts\/NotoColorEmoji-Regular.ttf"
],
"matches": [
"<all_urls>"
]
}
]
}