Discount.ro - Cumpara la reducere

Discount.ro - Cumpara la reducere

Cele mai bune preturi si Coduri de Reducere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Discount.ro - Cumpara la reducere",
  "short_name": "Discount.ro",
  "description": "Cele mai bune preturi si Coduri de Reducere",
  "version": "2.4.3",
  "author": "Discount.ro",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "notifications",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Discount.ro - Cumpara la reducere",
    "default_icon": "img/logo-gray-128.png",
    "default_popup": "pages/home.html"
  },
  "icons": {
    "16": "img/logo.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com 'unsafe-eval' https://discount.ro; object-src 'self'",
  "web_accessible_resources": [
    "img/*"
  ]
}