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_extName__",
"author": "Terry",
"version": "0.1.2",
"description": "__MSG_extDesc__",
"manifest_version": 3,
"default_locale": "en",
"offline_enabled": true,
"icons": {
"24": "icon_24.png",
"48": "icon_48.png",
"96": "icon_96.png",
"128": "icon_128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "myrules",
"enabled": true,
"path": "rules.json"
}
]
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
]
}