Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"19": "img\/icon.png",
"38": "img\/[email protected]"
},
"default_title": "__MSG_app_name__",
"default_popup": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
},
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"default_locale": "en",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"manifest_version": 3,
"minimum_chrome_version": "88",
"permissions": [
"browsingData"
],
"short_name": "__MSG_app_shortname__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0"
}