PepperSale: Coupons, Sales & Voucher Codes

PepperSale: Coupons, Sales & Voucher Codes

Automatically finds the best working coupons, sales and voucher codes for stores you shop the most.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_toolbarClickAction__"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "__MSG_appShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "114.1.0",
  "web_accessible_resources": [
    "img/logo.png",
    "img/off/icon-48.png",
    "img/store-logos/*",
    "https://fonts.googleapis.com/css?family=Roboto:400,500&subset=latin,cyrillic-ext,cyrillic,latin-ext"
  ]
}