Pigogo ALERT!

Pigogo ALERT!

Pigogo ALERT! finds the best offers and coupons from the top Greek e-shops, while also giving you the opportunity to earn cashback from your purchases!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pigogo ALERT!",
  "version": "2.0.1",
  "description": "Receive Cashback, Coupons, Deals and Offers from shopping.",
  "homepage_url": "https://pigogo.gr",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "webRequest",
    "declarativeNetRequest"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "pigogo",
        "enabled": true,
        "path": "ruleset.json"
      }
    ]
  },
  "host_permissions": [
    "*://backend.pigogo.gr/*",
    "*://www.pigogo.gr/*"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "js/contentBundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ci.browser.helper.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pigogo@pigogo"
    }
  },
  "action": {
    "default_icon": "img/neutral_18.png",
    "default_title": "Pigogo"
  },
  "icons": {
    "48": "img/neutral_48.png",
    "128": "img/neutral_128.png"
  }
}