Qpongo Coupon & Shopping Tool

Qpongo Coupon & Shopping Tool

World's largest coupon database - all sites, all countries...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Qpongo",
  "name": "__MSG_extName__",
  "version": "2019.6.3.1",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/tbicon-1-19.png",
    "default_title": "Qpongo"
  },
  "author": "Qpongo Limited",
  "homepage_url": "https://qpongo.com/Q/_qpongo-software-tutorial",
  "background": {
    "page": "qpg-1.htm"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "minimum_chrome_version": "55.0",
  "offline_enabled": false,
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "unlimitedStorage"
  ]
}