Marie Claire VIP

Marie Claire VIP

Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Marie Claire VIP",
  "version": "1.0.14",
  "manifest_version": 2,
  "description": "Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "homepage_url": "https://vip.marieclaire.co.uk/",
  "icons": {
    "16": "images/logos/16x16.png",
    "48": "images/logos/48x48.png",
    "128": "images/logos/128x128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/logos/19x19.png",
    "default_title": "Marie Claire VIP",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "webRequest"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAonGfBXLzgzmq/fk5fjaelLfZM81oubkvXdqh4pGdIT9y/nZTKgH9GX9cgsxW9wKkvPBvoA171g1tHIwOzBcgXVjXKHl0sw7Z+hxO2Pc43eNaJYuNGmDHasKhNJgv1KJ3o/Pp8YkY0df6StcXDysWjP7qGhWjkdvEo13b4BMLEDFXWfE6/1jMIKcD+vs0Pq3/wGrLdEFZm/ZsA3Pmk20Ycx/Xx0G22ITzMPasKelLyytqJtsRXF0NPddVyeRgCOa8Kth+zYy1+/95mMWwHUTQozcT6QzCMWJAaDK+USF3ofzfdivyS6w4fkIHLRvREP8hQPjEDHYDbgzuf9MCtzmu5wIDAQAB"
}