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": "WebTVRemote",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"author": "Mao Yu<[email protected]>",
"description": "Control stream websites with your TV remote",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 3,
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "WebTVRemote"
},
"web_accessible_resources": [
{
"resources": [
"js\/*.js",
"js\/*.map",
"css\/*.css",
"*.woff",
"*.woff2",
"*.ttf",
"home.html",
"options.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/service_worker.js"
},
"version": "1.1.33"
}