Pokupon Radar – узнайте о скидках на сайте

Pokupon Radar – узнайте о скидках на сайте

Экономьте везде! Установите расширение Pokupon Radar и получайте скидки на услуги по всему интернету. Pokupon Radar подскажет вам…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "name": "Pokupon Radar – узнайте о скидках на сайте",
  "short_name": "Pokupon Radar",
  "version": "1.9.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "ga.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/big-label-search.png",
    "icon-google-business.png"
  ],
  "permissions": [
    "https://www.google-analytics.com/",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "cookies",
    "unlimitedStorage",
    "notifications",
    "background"
  ],
  "homepage_url": "http://pokupon.ua/",
  "browser_action": {
    "default_title": "Pokupon.ua - скидки, акции, распродажи и купоны",
    "default_icon": {
      "19": "icon16.png",
      "38": "icon16.png"
    },
    "default_popup": "main-popup/main-popup.html"
  }
}