Price Tracker

Price Tracker

A simple and effective universal Pricer Tracker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Evagoon Inc.",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "description": "A simple and effective universal Pricer Tracker",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAus58i+9qPoePFms6zw2lUJeJBhAYxKSJV156R/QqsxMyM1PUNevem2RUbdp/0tGaMC4HmtUgsGee+m38b75ylhShEts2jkbwdfY106aOPyd7xm4LpXRwQTnOB8tLdiWe7/w3DYFJThtZEaEfGc3z1c5N67oTvoeVwx2cljQN0igs2O8airWmCg5y4N/aP39jPCOorYYzOXVx63cOye9TKRtJ+pfmjJy10THoE4lbDGNVWlaOHFVmNKDE+kPkHT50VrGZyIZle4pTBg4CzRpk1xkJT3Wa8wzz+JCvA8Tyym+qrchp+AVTmVyldln7yqkD9RVw48FU8QPodDtPbUjYMwIDAQAB",
  "manifest_version": 2,
  "name": "Price Tracker",
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "activeTab"
  ],
  "version": "1.0.2"
}