Pouch

Pouch

Pouch automatically finds and applies every voucher code in one click. Download Pouch for FREE and never search for a voucher code again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "author": "Global Savings Group",
  "version": "8.2.1",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "static/16x16-active.png",
    "48": "static/48x48-active.png",
    "128": "static/128x128-active.png"
  },
  "browser_action": {
    "default_icon": "static/128x128-inactive.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "static/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c9aa7cd-0b7a-4618-a6c5-42b0ad013d16}"
    }
  },
  "options_ui": {
    "page": "static/options/index.html"
  }
}