VoucherFinder by SpartDa

VoucherFinder by SpartDa

Automatically finds the best working vouchers, sales and coupon codes for online stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "VoucherFinder by SpartDa",
  "description": "Automatically finds the best working vouchers, sales and coupon codes for online stores.",
  "version": "1.0.3",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "content-script.js"
      ]
    },
    {
      "matches": [
        "https://www.google.com/search*",
        "https://www.google.de/search*"
      ],
      "css": [
        "se.css"
      ],
      "js": [
        "se.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/favicon_spartda.png",
      "32": "/images/favicon_spartda.png",
      "48": "/images/favicon_spartda.png",
      "128": "/images/favicon_spartda.png"
    }
  },
  "icons": {
    "16": "/images/favicon_spartda.png",
    "32": "/images/favicon_spartda.png",
    "48": "/images/favicon_spartda.png",
    "128": "/images/favicon_spartda.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{00b53ba4-072e-4418-b4f8-41fa0dbed61c}"
    }
  }
}