Piggy - Automatic Coupons & Cash Back

Piggy - Automatic Coupons & Cash Back

Never Overpay Again! Piggy adds the best Coupons & Cash Back when you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "Piggy",
  "version": "4.61.6",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "homepage_url": "https://www.joinpiggy.com",
  "icons": {
    "16": "icons/tail/v1/gray_19.png",
    "48": "icons/coin48.png",
    "128": "icons/coin128.png",
    "256": "icons/coin256.png"
  },
  "default_locale": "en_US",
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/psl.min.js",
      "js/config.js",
      "js/tracking.js",
      "js/providers.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "18": "icons/tail/v1/gray_19.png"
    },
    "default_title": "Piggy - Coupons & Cashback!"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "webRequest",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/psl.min.js",
        "js/config.js",
        "js/inject.js"
      ],
      "css": [],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "fonts/*",
    "img/*",
    "css/*",
    "*.json"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}