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.2",
"manifest_version": 3,
"host_permissions": [
"*:\/\/*.hulu.com\/*"
],
"permissions": [
"storage"
],
"action": {
"default_icon": "48x48_Hulu.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"injectedPopup.js"
],
"css": [
"injectedCss.css"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"icons": {
"48": "48x48_Hulu.png",
"128": "128x128_Hulu.png"
},
"web_accessible_resources": [
{
"resources": [
"play_default.png"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
}
}