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": "__MSG_appName__",
"version": "0.9.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_appName__"
},
"commands": {
"open_panel": {
"suggested_key": {
"default": "Alt+Shift+S"
},
"description": "Open Sponge Color Picker Side Panel"
}
},
"side_panel": {
"default_path": "popup.html"
},
"permissions": [
"sidePanel",
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
]
}