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,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArjCHQ4G2E2PFYb6cZ5k\/x8uQDDMLNrm+wwt5aRVlx6Z1q342P+YqcB7vp8en\/lFQbFsw1+yKPdVa1GunH1FyJVkmumNbkGnPOY80SM+EVdQYNyLribz2YZJCKpVvi2qY\/x5XybNfELvcIlsT0+EVo93lSUT8oJRDvTIAXdtc8eZ51nwzJFrXfotIBISPAFKJkauEdzX0PC4Q4gnyX\/dh+ci0MBq7\/DovUU8pfxa4j91e4Z3scUWKuJpPQIoFEacEeqU4YsGDFKM+X2b1l2NGuSIVPvRJK1ceqcyqDOzKre\/5kWvbXkz8akMDRDGukmNhunr2C3bs2PiDTI9yVQUXRwIDAQAB",
"name": "__MSG_appName__",
"version": "3.0.1",
"description": "__MSG_appDesc__",
"permissions": [
"tabs",
"storage",
"debugger",
"downloads"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"icons": {
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/svg\/*.svg",
"assets\/png\/*.png",
"icon.svg",
"blob\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}