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,
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.0.2",
"permissions": [
"storage",
"scripting",
"declarativeNetRequest",
"unlimitedStorage",
"offscreen",
"tabs",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "99",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"128": "resources\/graphics\/icon128.png"
},
"action": {
"default_popup": "modules\/interface\/control-panel.html"
},
"web_accessible_resources": [
{
"resources": [
"resources\/typography\/*",
"resources\/graphics\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"engine\/injected\/page-integrator.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "engine\/runtime\/background-processor.js"
}
}