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_appName__",
"description": "__MSG_shortDesc__",
"minimum_chrome_version": "116",
"version": "1.2.2",
"default_locale": "en",
"action": {
"default_icon": "static\/img\/cws_icons\/icon.png",
"default_title": "__MSG_appName__"
},
"icons": {
"16": "static\/img\/cws_icons\/16x16.png",
"32": "static\/img\/cws_icons\/32x32.png",
"48": "static\/img\/cws_icons\/48x48.png",
"96": "static\/img\/cws_icons\/96x96.png",
"128": "static\/img\/cws_icons\/128x128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [],
"web_accessible_resources": [
{
"resources": [
"index.html",
"static\/*"
],
"matches": [
"<all_urls>"
]
}
]
}