{
    "short_name": "Crew Cycle",
    "name": "Crew Cycle: Make me accessible directly!",
    "icons": [
      {
        "src": "/images/512.png",
        "type": "image/png",
        "sizes": "512x512"
      },
      {
        "src": "/images/192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/images/512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "id": "/?source=pwa",
    "start_url": "/?source=pwa",
    "background_color": "#F5F6F8",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#F5F6F8",
    "shortcuts_": [
      {
        "name": "How's weather today?",
        "short_name": "Today",
        "description": "View weather information for today",
        "url": "/today?source=pwa",
        "icons": [{ "src": "/images/crew-cycle.png", "sizes": "192x192" }]
      },
      {
        "name": "How's weather tomorrow?",
        "short_name": "Tomorrow",
        "description": "View weather information for tomorrow",
        "url": "/tomorrow?source=pwa",
        "icons": [{ "src": "/images/logo.png", "sizes": "192x192" }]
      }
    ],
    "description": "Control your work",
    "screenshots_": [
      {
        "src": "/images/screenshot1.png",
        "type": "image/png",
        "sizes": "540x720"
      },
      {
        "src": "/images/screenshot2.jpg",
        "type": "image/jpg",
        "sizes": "540x720"
      }
    ]
  }