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 Extended: boost your viewing [QVI]",
"description": "Boost your Peacock TV viewing experience: adjust speed, skip intros & recaps, hide spoilers.",
"version": "1.4.26",
"options_page": "options.html",
"manifest_version": 3,
"permissions": [
"scripting",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.peacocktv.com\/*"
],
"action": {
"default_icon": "peacock-extended.png"
},
"content_scripts": [
{
"js": [
"options.js",
"fonts.js",
"extensionEngine.js",
"injectedEngine.js",
"peacock.min.js",
"baner.js"
],
"css": [
"injected.css",
"fonts.css",
"modalFrame.css",
"otherCssFromExtension.css",
"baner.css"
],
"matches": [
"*:\/\/*.peacocktv.com\/*"
]
}
],
"icons": {
"128": "peacock-extended.png"
},
"web_accessible_resources": [
{
"resources": [
"peacock-extended.png",
"bubble.svg",
"times-solid.svg"
],
"matches": [
"*:\/\/*.peacocktv.com\/*"
]
}
],
"background": {
"service_worker": "peacockExtensionBackground.js"
}
}