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",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "2.0.2",
"manifest_version": 3,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"browser_style": true,
"default_title": "browser-extension",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options\/options.html"
},
"permissions": [
"notifications",
"tabs",
"storage"
],
"host_permissions": [
"https:\/\/open.faceit.com\/*",
"https:\/\/o4509418472013824.ingest.de.sentry.io\/*",
"https:\/\/www.google-analytics.com\/*",
"https:\/\/firebaseinstallations.googleapis.com\/*",
"https:\/\/firebaseremoteconfig.googleapis.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens popup"
}
}
}