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_US",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "0.5.515.120",
"permissions": [
"sidePanel",
"storage",
"tabs"
],
"action": {
"default_icon": {
"16": "icons\/light\/16.png",
"32": "icons\/light\/32.png",
"48": "icons\/light\/48.png",
"128": "icons\/light\/128.png"
},
"default_title": "__MSG_appName__"
},
"icons": {
"16": "icons\/light\/16.png",
"32": "icons\/light\/32.png",
"48": "icons\/light\/48.png",
"128": "icons\/light\/128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
}
}