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": "__MSG_name__",
"version": "1.0.4",
"description": "__MSG_description__",
"permissions": [
"storage",
"activeTab"
],
"default_locale": "en",
"action": {
"default_popup": "app.html",
"default_icon": "icons\/icon.png"
},
"background": {
"service_worker": "js\/worker.js"
},
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"64": "icons\/64x64.png",
"96": "icons\/96x96.png",
"128": "icons\/128x128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
}
}
},
"manifest_version": 3
}