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_extensionName__",
"version": "2.6.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png"
},
"default_title": "Redirect Shield"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"declarativeNetRequest",
"storage",
"contextMenus",
"notifications",
"alarms"
],
"commands": {
"toggle-shield": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_toggleShield__"
},
"whitelist-current": {
"suggested_key": {
"default": "Ctrl+Shift+W",
"mac": "Command+Shift+W"
},
"description": "__MSG_whitelistCurrent__"
}
},
"declarative_net_request": {
"rule_resources": [
{
"id": "anti_redirect_rules",
"enabled": true,
"path": "rules\/rules.json"
}
]
},
"host_permissions": [
"<all_urls>"
]
}