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__",
"default_locale": "en",
"version": "1.1.1",
"manifest_version": 3,
"minimum_chrome_version": "93",
"action": {
"default_icon": {
"16": "src\/icons\/16.png",
"32": "src\/icons\/32.png",
"48": "src\/icons\/48.png"
},
"default_popup": "src\/action\/index.html",
"default_title": "__MSG_appName__"
},
"icons": {
"16": "src\/icons\/16.png",
"32": "src\/icons\/32.png",
"48": "src\/icons\/48.png",
"128": "src\/icons\/128.png",
"512": "src\/icons\/512.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost; object-src 'self';"
},
"options_ui": {
"open_in_tab": true,
"page": "src\/action\/index.html"
},
"permissions": [
"storage",
"downloads",
"contextMenus"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}