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",
"name": "Delete Shopping Cart",
"description": "Quick buttons that will remove all items in your Amazon\u2122 and Whole Foods\u2122 cart or saved list.",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/cart16.png",
"32": "\/images\/cart32.png",
"64": "\/images\/cart64.png",
"128": "\/images\/cart128.png"
}
},
"icons": {
"16": "\/images\/cart16.png",
"32": "\/images\/cart32.png",
"64": "\/images\/cart64.png",
"128": "\/images\/cart128.png"
}
}