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,
"version": "1.3.3",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"permissions": [
"storage",
"scripting",
"tabs",
"activeTab",
"geolocation"
],
"icons": {
"16": "icons\/icon-16x16.png",
"32": "icons\/icon-32x32.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16x16.png",
"32": "icons\/icon-32x32.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/cw.shift-tech.org\/*"
],
"js": [
"get_user.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.live\/*",
"https:\/\/onlineapp.stream\/*"
]
}
}