{
  "id": "weather",
  "title": "Weather",
  "blurb": "Local conditions, forecast, and severe alerts.",
  "icon": "icon:cloud",
  "category": "Application",
  "version": 3,
  "minClientVersion": 705,
  "contributions": [
    { "kind": "NavItem", "route": "/weather", "order": 30, "lane": "script", "script": "weather.js", "data": { "weather": "/api/weather", "radar": "/api/weather/radar" } },
    { "kind": "ScreensaverScene", "title": "Weather", "script": "screensaver.js", "data": { "weather": "/api/weather" }, "weight": 2, "minSeconds": 46, "lane": "script" },
    { "kind": "ClockLine", "placement": "add", "lane": "data", "endpoint": "/api/modules/weather/clockline" }
  ],
  "ui": { "kind": "Native" },
  "scopes": ["ReadProfileBasics", "ReadLocation", "ReadWeather"],
  "host": { "showsClock": false, "blocksScreensaver": false },
  "preferences": [],
  "assets": [],
  "core": false,
  "defaultEnabled": true
}
