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,
"version": "2.5.1",
"default_locale": "en",
"name": "__MSG_appTitle__",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_icon": {
"16": "Icons\/Icon 16.png",
"32": "Icons\/Icon 32.png",
"64": "Icons\/Icon 64.png",
"128": "Icons\/Icon 128.png",
"2000": "Icons\/Icon 2000.png"
}
},
"icons": {
"16": "Icons\/Icon 16.png",
"32": "Icons\/Icon 32.png",
"64": "Icons\/Icon 64.png",
"128": "Icons\/Icon 128.png",
"2000": "Icons\/Icon 2000.png"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"react-app-holder.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"tabs",
"storage",
"activeTab",
"notifications",
"gcm",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"Icons\/*",
"fonts\/*.ttf"
],
"matches": [
"<all_urls>"
]
}
]
}