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": "Peacock TV Picture In Picture [QVI]",
"description": "Extension to watch PeacockTV in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.",
"version": "1.0.24",
"manifest_version": 3,
"options_page": "options.html",
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/*.peacocktv.com\/*"
],
"action": {
"default_icon": "img\/48x48_peacock.png"
},
"content_scripts": [
{
"js": [
"engine.js",
"peacock.min.js"
],
"css": [
"injected.css"
],
"matches": [
"*:\/\/*.peacocktv.com\/*"
]
}
],
"icons": {
"16": "img\/16x16_peacock.png",
"48": "img\/48x48_peacock.png",
"128": "img\/128x128_peacock.png"
},
"background": {
"service_worker": "background.js"
}
}