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__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "1.4.2",
"manifest_version": 3,
"action": {
"default_icon": "icons\/icon32.png",
"default_title": "__MSG_name__",
"default_popup": "popup.html"
},
"icons": {
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "scripts\/service_worker.js",
"type": "module"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/*\/*"
],
"js": [
".\/scripts\/content.js"
],
"css": [
".\/css\/styles.css",
".\/css\/sidebar.css"
],
"all_frames": false
}
],
"permissions": [
"downloads",
"storage",
"webRequest",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}