Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "4.1.0",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"64": "img\/logo-64.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": "img\/logo-48.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"permissions": [
"activeTab",
"tabs",
"storage",
"downloads",
"declarativeNetRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"js": [
"assets\/content-script.ts-loader.edd30700.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-32.png",
"img\/logo-48.png",
"img\/logo-64.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"icons\/logo.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-df2c2dda.js",
"assets\/chunk-18845615.js",
"assets\/chunk-246ab8a8.js"
],
"use_dynamic_url": false
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAid7c58IHBXEtwm6MCTdKuQIQ5eX3cXVor9a+dq4+NXvjQmlcK4se3wTCayUvW3RcBmP4DbWk+d1IlpwLfcJArrE13hLT+DZOQRo4W+pf20Z\/lCsSkWCX9pri9pJDVNpdZub6SFrl5YdAUHYs5FW\/JRMYWbycCGYx\/rATWAHoSsM118V+A8CTC4RwO4L2+M6E6ehJNU1AbptsH24handeca3JSl5zThlZybXHXI7c4OVxEaLth4TryJhe\/rQUya2+LcVbzcpY9t5pBRdWTO0B56ZH5ruYjrNF3K9oZzN0nahB36gXAb2rin73qFvVwHR6DplacVg9ROoCw1crqiTP8wIDAQAB"
}