{
  "name": "yourWINDow",
  "short_name": "yourWINDow",
  "description": "Live NSW coastal wind and weather \u2014 updated every 10 minutes from BOM",
  "start_url": "./welcome.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0a2540",
  "background_color": "#020d1a",
  "lang": "en-AU",
  "categories": [
    "weather",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "View Stations",
      "short_name": "Stations",
      "description": "View all NSW coastal weather stations",
      "url": "./",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}