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,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "1.0.7",
"description": "__MSG_extDescription__",
"action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*",
"assets\/logos\/*",
"dashboard.html"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split",
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"icons": {
"16": "assets\/logos\/Logo3.png",
"32": "assets\/logos\/Logo3.png",
"128": "assets\/logos\/Logo2.png"
}
}