GetFreeCoupons - Automatic Coupons

GetFreeCoupons - Automatic Coupons

Save money and earn rewards when you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GetFreeCoupons"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://twemoji.maxcdn.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://code.jquery.com; object-src 'self'",
  "icons": {
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAre/rVZAt1mr1vyaXBszIAs9lojEU3P6R6+aqaKCgrqqayMwA3Y80vBM+KPNYCS4JU14MgkC9mpNsXweNKmnIJww1h/iWnoNFAwprtmF68v/jLXRidT1w/1yV+FFyhR27cxEaN+FHu+eFVtoTHaGTBL3my6iXW/r5K6Bh+88IRK4V/egVXT2tQ4G0+h8l9vO9CHhAFMVR/Ftn3g1LbvQx8bwTyBv/QGYqMHyFpW7L3iAKJoS/LlUqAgQj0aTwUunY9LWb1MErdSqjDXosAKQ13zKsyiCA7VUyhnpCR/2I01reiUa2thu0bUraZXf4QC0En0xxGJUyYSpkgoa+niSHUwIDAQAB",
  "manifest_version": 2,
  "name": "GetFreeCoupons - Automatic Coupons",
  "description": "Save money and earn rewards when you shop online.",
  "permissions": [
    "webRequest",
    "tabs",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.2",
  "web_accessible_resources": [
    "v-dull.svg"
  ]
}