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_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.0.3",
"action": {
"default_icon": "assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"icons": {
"16": "assets\/icon-512.png",
"48": "assets\/icon-512.png",
"128": "assets\/icon-512.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.be\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.cn\/*",
"https:\/\/*.amazon.eg\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.ie\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.pl\/*",
"https:\/\/*.amazon.sa\/*",
"https:\/\/*.amazon.sg\/*",
"https:\/\/*.amazon.co.za\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.com.tr\/*",
"https:\/\/*.amazon.ae\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.com\/*"
],
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"web_accessible_resources": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}