Revounts

Revounts

Get coupon codes and discounts automatically for the sites you're visiting!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/revounts-128.png",
    "default_popup": "popup.html"
  },
  "description": "Get coupon codes and discounts automatically for the sites you're visiting!",
  "icons": {
    "16": "images/revounts-16.png",
    "32": "images/revounts-32.png",
    "48": "images/revounts-48.png",
    "128": "images/revounts-128.png"
  },
  "manifest_version": 2,
  "name": "Revounts",
  "permissions": [
    "https://*.revounts.com.au/*",
    "activeTab",
    "webNavigation"
  ],
  "version": "1.0"
}