Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_appDescription__",
"version": "2.7.16",
"manifest_version": 3,
"name": "__MSG_appName__",
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "assets\/images\/icon-34.png"
},
"icons": {
"128": "assets\/images\/icon-128.png"
},
"permissions": [
"storage"
],
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.co.uk\/*",
"https:\/\/www.amazon.com.mx\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/sellercentral.amazon.com\/*",
"https:\/\/advertising.amazon.com\/*"
],
"js": [
"content\/index.js"
],
"css": [
"assets\/css\/content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}