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": "Investment Instead",
"version": "1.0.2",
"description": "Making Saving Easier, One Purchase at a Time",
"permissions": [
"storage",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/www.alphavantage.co\/*",
"https:\/\/*.firebaseio.com\/*",
"https:\/\/www.google-analytics.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"analytics.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.walmart.com\/*",
"*:\/\/*.walmart.ca\/*",
"*:\/\/*.target.com\/*",
"*:\/\/*.bestbuy.com\/*",
"*:\/\/*.bestbuy.ca\/*",
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.ca\/*",
"*:\/\/*.etsy.com\/*",
"*:\/\/*.homedepot.ca\/*",
"*:\/\/*.costco.com\/*",
"*:\/\/*.costco.ca\/*",
"*:\/\/*.wayfair.com\/*",
"*:\/\/*.wayfair.ca\/*",
"*:\/\/*.canadiantire.ca\/*",
"*:\/\/*.newegg.com\/*",
"*:\/\/*.newegg.ca\/*"
],
"js": [
"firebase-api.js",
"content.js"
],
"css": [
"tooltip.css"
],
"run_at": "document_idle"
}
]
}