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_extensionName__",
"version": "1.1.2",
"description": "__MSG_extensionDescription__",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.netflix.com\/*",
"https:\/\/netflix.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*",
"https:\/\/netflix.com\/*"
],
"js": [
"bridge.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.netflix.com\/*",
"https:\/\/netflix.com\/*"
],
"resources": [
"netflix-keyboard-shortcuts.js",
"netflix-keyboard-shortcuts.js.map",
"injected.css"
]
}
],
"action": {
"default_popup": "popup.html"
},
"content_security_policy": {
"script-src": "'self'"
},
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}