Promocodex UK

Promocodex UK

Promocodex UK will search for you the best voucher codes and discounts available while browsing your favorite stores in the UK.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Promocodex UK",
  "short_name": "Promocodex UK",
  "version": "1.0.0",
  "description": "Promocodex UK will search for you the best voucher codes and discounts available while browsing your favorite stores in the UK.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "64": "64.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "64": "64.png"
    },
    "default_title": "Discount codes and Vouchers from UK's leading stores | Promocodex UK",
    "default_popup": "/index.html"
  },
  "permissions": [
    "*://*.promocodex.com/*",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com; object-src 'self'",
  "background": {
    "scripts": [
      "/assets/js/jquery-3.4.1.min.js",
      "/config.js",
      "/assets/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/assets/js/jquery-3.4.1.min.js",
        "/config.js",
        "/assets/js/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}