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",
"name": "__MSG_appName__",
"version": "1.5",
"default_locale": "en",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"service_worker": "js\/background\/background.js"
},
"permissions": [
"downloads",
"contextMenus",
"scripting"
],
"host_permissions": [
"<all_urls>"
]
}