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