{
  "short_name": "NautWise",
  "name": "NautWise",
  "icons": [
	{
      "src": "NUIcons/NautWise512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    },
 	{
      "src": "NUIcons/NautWise192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192"
    },
    {
      "src": "NUIcons/NautWise64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "NUIcons/NautWise128.png",
      "sizes": "128x128",
      "type": "image/png"
    }
  ],
  "start_url": "/index.php?source=pwa",
  "id": "/index.php?source=pwa",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "Daily planner",
      "short_name": "Daily",
      "description": "View the daily planner",
      "url": "/index.php?source=pwa&Show=day",
      "icons": [{ "src": "NUIcons/NautWise192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Weekly planner",
      "short_name": "Weekly",
      "description": "View the weekly planner",
      "url": "/index.php?source=pwa&Show=week",
      "icons": [{ "src": "NUIcons/NautWise192.svg", "sizes": "192x192" }]
    }
  ],
  "description": "Waves, Weather & Wisdom",
  "screenshots": [
    {
      "src": "/NUIcons/NWScreenShotNarrow.png",
      "type": "image/png",
      "sizes": "387x797",
      "form_factor": "narrow"
    },
    {
      "src": "/NUIcons/NWScreenShotWide.png",
      "type": "image/png",
      "sizes": "1044x694",
      "form_factor": "wide"
    }
  ],
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ]
}
