BUIE.NL

BUIE.NL

Regen en lokale neerslagverwachting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BUIE.NL",
  "version": "1.4",
  "manifest_version": 2,
  "description": "Regen en lokale neerslagverwachting",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://gratisweerdata.buienradar.nl; object-src 'self'",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19-01.png",
      "38": "img/icon38-01.png"
    },
    "default_title": "BUIE . NL",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "geolocation",
    "https://gratisweerdata.buienradar.nl/"
  ]
}