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__",
"short_name": "__MSG_extShortName__",
"version": "1.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"activeTab",
"tabs",
"scripting",
"downloads",
"identity",
"webRequest"
],
"oauth2": {
"client_id": "643002643564-sgulrec2lcu9v58tb17o39072fbioilg.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"host_permissions": [
"<all_urls>",
"https:\/\/*.firebaseio.com\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/*.firebaseapp.com\/*",
"https:\/\/accounts.google.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.googleapis.com https:\/\/*.firebaseio.com https:\/\/*.firebaseapp.com"
},
"icons": {
"16": "Logo\/icon128.png",
"48": "Logo\/icon128.png",
"128": "Logo\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "Logo\/icon128.png",
"48": "Logo\/icon128.png",
"128": "Logo\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
}
}