The Coupons App® one-click promo codes

The Coupons App® one-click promo codes

Automatic coupon savings with 1-click! Finds and applies promo code coupons for you. No hassle. Save now at your favorite stores and automatically apply promos wherever you shop online. No signups, shop online anywhere as you normally would.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "The Coupons App®",
  "version": "1.4",
  "description": "Automatic shopping promo code savings with 1-click",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "https://*/"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/main.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    }
  },
  "web_accessible_resources": [
    "*.js",
    "*.html",
    "js/*.js",
    "css/*.css",
    "css/*.svg",
    "*.svg",
    "anim/*.json",
    "anim/*.gif"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "applications": {
    "gecko": {
      "id": "{7892cb9a-5d56-4c93-a530-51d770930400}"
    }
  }
}