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_appDesc__",
"version": "0.2.14",
"default_locale": "en_US",
"icons": {
"16": "img\/icon.svg",
"48": "img\/icon.svg",
"128": "img\/icon.svg"
},
"action": {
"default_icon": "img\/icon.svg",
"default_title": "__MSG_appButtonDesc__",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html"
},
"permissions": [
"clipboardWrite",
"notifications",
"storage",
"tabs"
]
}