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", "manifest_version": 3, "name": "Emoji Keyboard by JoyPixels\u00ae", "description": "The world's leading emoji keyboard for Chrome. Now Unicode 15.1 compatible!", "version": "9.0.0", "permissions": [ "storage", "activeTab", "clipboardWrite" ], "icons": { "16": "images\/icons\/icon-48.png", "32": "images\/icons\/icon-48.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icons\/icon-48.png", "32": "images\/icons\/icon-48.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "popup.html?routeTo=options" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+E", "mac": "Command+Shift+E", "chromeos": "Alt+Shift+E", "linux": "Alt+Shift+E" } } }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google-analytics.com\/*" ], "js": [ "js\/content-script.js" ] } ] }