Walmart Price Watch

Walmart Price Watch

A plugin to get Email notification about items' price change on Walmart.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "walmart price watch",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "walmart price watch",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ]
}