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",
"content_scripts": [
{
"js": [
"amazon-sort.js"
],
"matches": [
"https:\/\/www.amazon.com\/s*",
"https:\/\/www.amazon.co.uk\/s*",
"https:\/\/www.amazon.ca\/s*",
"https:\/\/www.amazon.com.mx\/s*"
]
}
],
"description": "Automate sort products by number of reviews, filter title to match your search words, then sort results by price per count.",
"icons": {
"128": "amazon-sort-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "amazon-sort-128.png"
}
},
"manifest_version": 3,
"name": "Amazon sort by Reviews Count (US UK CA MX)",
"version": "1.3"
}