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": "Amazon Dark Mode by Zonspy",
"description": "The best dark mode for Amazon, helping you shop comfortably at night. A free tool by Zonspy.",
"version": "1.0.0",
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.at\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.cn\/*",
"https:\/\/*.amazon.cz\/*",
"https:\/\/*.amazon.eg\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.pl\/*",
"https:\/\/*.amazon.com.sg\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.ae\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.com.tr\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.sa\/*"
],
"css": [
"styles\/contentStyles.css"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_start"
}
]
}