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,
"default_locale": "en",
"name": "__MSG_name__",
"version": "1.2.1",
"description": "__MSG_description__",
"permissions": [
"downloads",
"storage",
"identity",
"scripting",
"unlimitedStorage",
"alarms",
"sidePanel"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.com.br\/*"
],
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html"
},
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.com.br\/*"
],
"js": [
"src\/pages\/content\/index.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-48.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"oauth2": {
"client_id": "472087639356-hd0naq98plneqn2ao4hu1ujju8t4mqdp.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}