Lowest Price & Price Alerts

Lowest Price & Price Alerts

Never pay more! There is always a lower price

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/b.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "image/19.png",
    "default_title": "Lowest Price & Price Alerts",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "image/48.png",
    "128": "image/128.png"
  },
  "version": "0.3",
  "manifest_version": 2,
  "description": "Never pay more! There is always a lower price",
  "name": "Lowest Price & Price Alerts",
  "permissions": [
    "tabs",
    "notifications"
  ],
  "web_accessible_resources": []
}