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_extName__",
"description": "__MSG_extDesc__",
"version": "2.0.1",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsqPVRo31TfcTEco2Cc9ducNwk+Epk8AjhT\/M61Ax+IsExtR\/IiheJ965WmakQ8fpddYkkcPbwSF9AhSGGDYAQpJ2qvsgVC5r3aRrXijG9zQP8+iexhm1IBa2Cm3kCi+mZ2gzdCKxANnkz7NKH8BplH3Ec4UbdGHURpQqgvwzjKhpOlt3rM7GvSJ7QuaY2ku4680wTw35pgLqVSMn+0\/5VcF8FdMPzNZSX1eE9jH\/VveNZsIQeKJ\/0I4TYrl79WQR2\/NdTJIA1RyhK+ZaQxGJ8ArH9a2xvrUg81ItbxazdQ6gcKA2A2TNCbu0W6XK8XRdF9j6SzUs+xYMeWveAg3+ywIDAQAB",
"permissions": [
"scripting",
"activeTab",
"storage",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js",
"shortcut\/shortcut-handler.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"popup.html",
"popup.css",
"popup.js",
"loop-controller.js",
"zoom-controller.js",
"zoom-controller-netflix.js",
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}