Lepší cena

Lepší cena

Zkontrolujte si před nákupem cenu zboží na Heureka.cz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lepší cena",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon/icon-16.png",
    "32": "images/icon/icon-32.png",
    "48": "images/icon/icon-48.png",
    "128": "images/icon/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon/icon-19.png",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "css/*",
    "eshops/*",
    "images/*"
  ],
  "version": "1.4.3",
  "description": "Zkontrolujte si před nákupem cenu zboží na Heureka.cz"
}