Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": "assets\/logo.png",
"default_popup": "html\/popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"icons": {
"128": "assets\/logo.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"storage",
"activeTab",
"scripting",
"downloads",
"webRequest",
"declarativeNetRequest"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.0"
}