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_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.0.3",
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*"
],
"permissions": [
"storage"
],
"action": {
"default_icon": "48x48_Viaplay.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"injectedPopup.js",
"contentAll.js"
],
"css": [
"injectedCss.css",
"contentAll.css"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"icons": {
"48": "48x48_Viaplay.png",
"128": "128x128_Viaplay.png"
},
"web_accessible_resources": [
{
"resources": [
"play_default.png",
"48x48_Viaplay.png"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"background": {
"service_worker": "background.js"
}
}