CouponGum

CouponGum

CouponGum is a new way to get the latest coupon codes at the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CouponGum",
  "description": "CouponGum is a new way to get the latest coupon codes at the click of a button.",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "CouponGum"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}