Todays Deals Amazon

Todays Deals Amazon

Hot Deals Amazon Every day Shop our Deal of the Day Lightning Deals and more daily deals and limited time sales

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Todays Deals Amazon",
  "manifest_version": 2,
  "short_name": "DealsAmazon",
  "description": "Hot Deals Amazon Every day Shop our Deal of the Day Lightning Deals and more daily deals and limited time sales",
  "version": "2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_1274-1504125739.png"
  },
  "icons": {
    "128": "128px_1274-1504125743.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}