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",
"name": "Emoji Copy and Paste",
"version": "1.0.2",
"manifest_version": 3,
"description": "Click on any emoji to copy it instantly. Now paste it anywhere.",
"icons": {
"128": "static\/128.png"
},
"action": {
"default_popup": "app.html"
},
"homepage_url": "https:\/\/browsernative.com\/emoji-copy-and-paste-extension\/",
"background": {
"service_worker": "sw.js"
},
"minimum_chrome_version": "100",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt + Shift + E"
},
"description": "Open the extension popup"
}
}
}