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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.8",
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"action": {
"default_icon": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"96": "icons\/icon_128_96.png",
"128": "icons\/icon_128.png"
}
},
"permissions": [
"storage",
"sidePanel"
],
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"96": "icons\/icon_128_96.png",
"128": "icons\/icon_128.png"
},
"options_page": "pages\/options.html",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/icons\/icon_16.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"side_panel": {
"default_path": "pages\/sidepanel.html"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0O9s4TjZdvzNeSxFP0VmNtcc\/6Jh3bew8uUeZEZc1xQdmnp9MZK00fVA5HtDlQk2D40AenWc8b7J9Se0Zyg+xDNl9Zbrek7OXkL1C7E\/p7M7rE8eyyKMvpLA\/0CCdwhcELCqhrUCDnXsSqwsMXdXGdYyv0a5pS0VVosg86a2Hk8CNWUq77HpoTKYoNg6ML9NzOfQS\/zI6GbN0TnmjFn0lCj3eefkvAnK0Bm7l8VA9iMgjEyjcsmFflIqyPgFvt9UHJtUY4N0hStUqpVTh3\/oUkLliFsSNe+54JTSP1SgL5Y5MlxKVzNl31BM+ft7W0niicor0Ag9jgD3ZWn5Ea9AiwIDAQAB",
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
}
}