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": "Atmos\u2122 Rewards Shopping",
"version": "4.2.0",
"description": "Never miss out on points again. With the extension you\u2019ll get points alerts while you shop, plus get coupons applied at checkout.",
"homepage_url": "https:\/\/www.atmosshopping.com",
"author": "Cartera",
"manifest_version": 3,
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"storage",
"unlimitedStorage",
"cookies",
"alarms",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "bg\/bundle.js"
},
"content_scripts": [
{
"js": [
"content\/inject-mn-toolbar\/bundle.js"
],
"matches": [
"*:\/\/*.atmosshopping.com\/*",
"*:\/\/*.www.atmosshopping.com.eng.cartera.com\/*",
"*:\/\/*.www.atmosshopping.com.ist.cartera.com\/*",
"*:\/\/*.www.atmosshopping.com.staging.cartera.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"content\/button-installed\/bundle.js"
],
"matches": [
"*:\/\/*.atmosshopping.com\/*",
"*:\/\/*.www.atmosshopping.com.eng.cartera.com\/*",
"*:\/\/*.www.atmosshopping.com.ist.cartera.com\/*",
"*:\/\/*.www.atmosshopping.com.staging.cartera.com\/*"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icon-38.png",
"32": "img\/icon-38.png"
},
"default_title": "Atmos\u2122 Rewards Shopping Button"
},
"icons": {
"48": "img\/icon-38.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"*.css",
"*.svg",
"*.js",
"*.html",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}