Idõjárás - Magyar nagyvárosok

Idõjárás - Magyar nagyvárosok

Öt percenként frissülő Magyarországi időjárás jelentés előrejelzéssel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/w/2n.png",
    "default_popup": "popup.html"
  },
  "description": "Öt percenként frissülő Magyarországi időjárás jelentés előrejelzéssel",
  "icons": {
    "128": "img/w/2n.png"
  },
  "name": "Idõjárás - Magyar nagyvárosok",
  "permissions": [
    "http://koponyeg.hu/",
    "http://*.koponyeg.hu/",
    "http://idokep.hu/",
    "http://*.idokep.hu/"
  ],
  "version": "1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}