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.24",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.paramountplus.com\/*"
],
"options_page": "options.html",
"action": {
"default_title": "Paramount Picture in Picture"
},
"content_scripts": [
{
"js": [
"engine.js",
"paramount.min.js"
],
"css": [
"injected.css"
],
"matches": [
"*:\/\/*.paramountplus.com\/*"
]
}
],
"icons": {
"16": "img\/16x16_paramount.png",
"48": "img\/48x48_paramount.png",
"128": "img\/128x128_paramount.png"
},
"background": {
"service_worker": "background.js"
}
}