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,
"name": "__MSG_extName__",
"version": "1.1.4",
"description": "__MSG_extDesc__",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"default_title": "__MSG_extName__"
},
"icons": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"firebase-app-compat.js",
"firebase-firestore-compat.js",
"content.js"
],
"run_at": "document_idle"
}
],
"oauth2": {
"client_id": "315865406417-ubtfoajkpdt3a9odshck2kttb33jf6mk.apps.googleusercontent.com",
"scopes": [
"email",
"profile",
"openid"
]
},
"web_accessible_resources": [
{
"resources": [
"firebase-app-compat.js",
"firebase-firestore-compat.js",
"domselector.config.json"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"permissions": [
"storage",
"cookies",
"system.display",
"tabs",
"scripting"
],
"externally_connectable": {
"matches": [
"https:\/\/clownfish-app-k5wps.ondigitalocean.app\/*",
"http:\/\/localhost:3000\/*",
"http:\/\/localhost:5000\/*"
]
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"default_locale": "en"
}