{
    "short_name": "myGWX Rider",
    "name": "myGWX Rider Application",
    "start_url": "/",
    "icons": [
      {
        "src": "logo.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "background_color": "#3367D6",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#3367D6",
    "shortcuts": [
      {
        "name": "How's weather today?",
        "short_name": "Today",
        "description": "View weather information for today",
        "url": "/today?source=pwa",
        "icons": [{ "src": "/icons/logo_192.png", "sizes": "192x192" }]
      },
      {
        "name": "How's weather tomorrow?",
        "short_name": "Tomorrow",
        "description": "View weather information for tomorrow",
        "url": "/tomorrow?source=pwa",
        "icons": [{ "src": "/icons/logo_192.png", "sizes": "192x192" }]
      }
    ],
    "description": "Lofi to lofi beats, while using the scratchpad to list down tasks and thoughts"
}