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",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.0.31",
"default_locale": "en",
"options_page": "src\/optionPage\/options.html",
"permissions": [
"declarativeContent",
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/*.hbomax.com\/*",
"*:\/\/*.max.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.max.com\/*",
"https:\/\/*.hbomax.com\/*"
],
"css": [
"src\/contentscripts\/ui\/sidebar-host.css",
"src\/baner\/baner.css"
],
"js": [
"lib\/config.js",
"lib\/jquery.js",
"lib\/socketio.js",
"lib\/global-helpers.js",
"lib\/states.js",
"src\/contentscripts\/helpers\/helper.js",
"src\/contentscripts\/helpers\/ui-helper.js",
"src\/contentscripts\/listener\/state-listener.js",
"src\/contentscripts\/listener\/extension-messages.js",
"src\/contentscripts\/listener\/websocket.js",
"src\/contentscripts\/listener\/start-video-event.js",
"src\/contentscripts\/actions\/close.js",
"src\/contentscripts\/actions\/play.js",
"src\/contentscripts\/actions\/pause.js",
"src\/contentscripts\/actions\/seek.js",
"src\/contentscripts\/actions\/bind-actions.js",
"src\/contentscripts\/ui\/sidebar-host.js",
"src\/contentscripts\/listener\/bootstrap.js",
"src\/contentscripts\/max.min.js",
"src\/baner\/baner.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"icon.png",
"src\/sidebar\/*",
"src\/baner\/times-solid.svg"
],
"matches": [
"https:\/\/*.hbomax.com\/*",
"*:\/\/*.max.com\/*"
]
}
],
"background": {
"service_worker": "src\/background\/background.js"
},
"action": {
"default_icon": {
"19": "icon.png",
"38": "icon.png"
},
"default_title": "__MSG_extName__",
"default_popup": "src\/popup\/popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}