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.2.5",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.hulu.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/Hulu38.png"
},
"content_scripts": [
{
"js": [
"value.js",
"engine.js"
],
"css": [
"modalFrame.css"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"icons": {
"38": "assets\/Hulu38.png",
"128": "assets\/Hulu128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/Hulu38.png",
"assets\/times-solid.svg"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"background": {
"service_worker": "onInstalled.js"
}
}