Zuzu.Deals

Zuzu.Deals

Robo-Zuzu will notify you that another store has the same product for less! and give you hands-on reviews unfiltered by censorship.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zuzu.Deals",
  "version": "2.2.12",
  "manifest_version": 2,
  "description": "Robo-Zuzu will notify you that another store has the same product for less! and give you hands-on reviews unfiltered by censorship.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Zuzu.Deals"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/contentScript.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "frame.html"
  ]
}