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_appName__",
"description": "__MSG_shortDesc__",
"version": "1.0.6",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "icons\/black16.png",
"32": "icons\/black32.png",
"48": "icons\/black64.png",
"128": "icons\/black128.png"
},
"action": {
"default_icon": "icons\/black128.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"icons\/black16.png",
"icons\/black32.png",
"icons\/black64.png",
"icons\/black128.png",
"icons\/green.png",
"icons\/orange.png",
"icons\/red.png",
"icons\/disabled.png"
],
"use_dynamic_url": false
}
],
"permissions": [
"storage"
]
}