Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"version": "11.1.6",
"permissions": [
"storage",
"scripting",
"declarativeNetRequest",
"unlimitedStorage",
"history"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "\/assets\/128.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"contentscript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"match_about_blank": true,
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "2",
"path": "\/data\/2.json"
},
{
"enabled": true,
"id": "9",
"path": "\/data\/9.json"
},
{
"enabled": true,
"id": "10",
"path": "\/data\/10.json"
}
]
}
}