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": "Checkout Chill - Stop Impulse Purchases",
"version": "1.1",
"description": "Stop impulse buys before they happen. Pause, reflect, and compare prices instantly on every checkout page to save money.",
"permissions": [],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"styles.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
}