Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html" }, "version": "6.0.3", "name": "Emoji keyboard emojis for chrome", "description": "Emoji Keyboard is a free extension that lets you input emojis on the web browser of your computer", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "webRequest", "scripting", "alarms", "declarativeNetRequest" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.adcc03ab.js" ], "css": [] } ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "js\/jquery-3.1.0.min.js", "images\/sprites\/emojione\/emojione-0-2x.png", "images\/sprites\/emojione\/emojione-1-2x.png", "images\/sprites\/emojione\/emojione-2-2x.png", "images\/sprites\/emojione\/emojione-3-2x.png", "images\/sprites\/emojione\/emojione-4-2x.png", "images\/sprites\/emojione\/emojione-5-2x.png", "images\/sprites\/emojione\/emojione-6-2x.png", "images\/sprites\/emojione\/emojione-7-2x.png", "images\/sprites\/emojione\/emojione-8-2x.png", "css\/sweetalert2.min.css", "js\/sweetalert2.min.js", "images\/emojikeyboard.png" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "commands": { "_execute_action": { "suggested_key": { "chromeos": "Alt+Shift+E", "linux": "Alt+Shift+E", "mac": "Alt+Shift+E", "windows": "Alt+Shift+E" } } } }