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": "Hulu Picture In Picture",
"description": "Extension to watch Hulu in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.",
"version": "1.0.4",
"manifest_version": 3,
"permissions": [],
"host_permissions": [
"*:\/\/*.hulu.com\/*"
],
"action": {
"default_icon": "img\/48X48_Hulu.png"
},
"content_scripts": [
{
"js": [
"engine.js"
],
"css": [
"injected.css"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"icons": {
"16": "img\/16X16_Hulu.png",
"48": "img\/48X48_Hulu.png",
"128": "img\/128x128_Hulu.png"
},
"background": {
"service_worker": "background.js"
}
}