Wind Speed Esta

Wind Speed Esta

Live Wind Speed in Estavayer, Lac of Neuchatel, Switzerland

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Wind Speed Esta",
  "version": "1.3",
  "description": "Displays the wind speed in Estavayer in knots. Pin the application!",
  "author": "le lukr",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "79.0"
    }
  },
  "icons": {
    "256": "icon.png"
  },
  "permissions": [
    "https://meteo.cvestavayer.ch/*",
    "activeTab",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "256": "icon.png"
    },
    "default_title": "Wind Speed Esta"
  }
}