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",
"content_scripts": [
{
"js": [
"contentMax.js",
"max.min.js",
"baner.js"
],
"matches": [
"*:\/\/*.max.com\/*",
"*:\/\/*.hbomax.com\/*"
],
"css": [
"injectedCss.css",
"baner.css"
]
}
],
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 3,
"version": "0.3.33",
"options_page": "options.html",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": ".\/icons\/icon48.png"
},
"host_permissions": [
"*:\/\/*.hbomax.com\/*",
"*:\/\/*.max.com\/*"
],
"permissions": [
"storage",
"alarms"
],
"web_accessible_resources": [
{
"resources": [
"times-solid.svg"
],
"matches": [
"*:\/\/*.max.com\/*",
"*:\/\/*.hbomax.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
}
}