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_appName__",
"version": "1.1.3",
"description": "__MSG_shortDesc__",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"512": "icons\/512.png"
},
"background": {
"service_worker": "js\/bg.js"
},
"options_page": "pages\/options.html",
"permissions": [
"activeTab",
"contextMenus",
"offscreen",
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/onlineapp.pro https:\/\/onlineapp.live https:\/\/onlineapp.stream https:\/\/appbox.space; connect-src https:\/\/api2.amplitude.com https:\/\/api.amplitude.com https:\/\/onlineapp.pro https:\/\/onlineapp.live https:\/\/onlineapp.stream https:\/\/appbox.space https:\/\/gazinn.com;"
},
"externally_connectable": {
"matches": [
"https:\/\/appbox.space\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"lib\/amplitude.js"
],
"matches": [
"<all_urls>"
]
}
]
}