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",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "3.0.4",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTc1ZPjIUTOWvz7MIAD\/oswP4I5zT3m33\/vsi4xkK27H70Ee69lqW75Wc7P2I0qqfh6VejsSw\/FlbKZx+vN42Vdw9z1LLYGCpeTnNvGGzSwVBLtfyeZS3V\/IdrQmRatZ1c6aiigV1nHxnpMxSYeS+X69NFWu53Xl\/JYWqNXeKBxSHKXLT9\/qv2dKvYvRjJqwF4ld+oXULcQN4TQGw96AhOXowWNfTYbxT5oe1SFddONeYXuaq0knTZHXDf3tB4GLF\/Mp3RanOUwYXnVuHSRXfqhTB492oJj92kCJu6dD8fcE2F3Cl4Ldts8gAWqBBfrokgi50QG1dX9iieMt8j\/TIQIDAQAB",
"author": "[email protected]",
"permissions": [
"webRequest",
"tabs",
"webNavigation",
"storage",
"unlimitedStorage",
"cookies",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "fix_eb_cors_error",
"enabled": true,
"path": ".\/rules.json"
}
]
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "images\/active_icon_16.png",
"32": "images\/active_icon_32.png",
"48": "images\/active_icon_48.png",
"128": "images\/active_icon_128.png"
},
"action": {
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
}