Slashazon - Get Amazon Price Alerts

Slashazon - Get Amazon Price Alerts

Quickly track and get price alerts whilst browsing Amazon products. Quick. Easy. Free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.3",
  "name": "Slashazon - Get Amazon Price Alerts",
  "description": "Quickly track and get price alerts whilst browsing Amazon products. Quick. Easy. Free.",
  "homepage_url": "https://slashazon.com",
  "short_name": "Slashazon",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Set Price Alert!",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}