{
  "name": "Nipper",
  "short_name": "Nipper",
  "description": "A field guide to the first year. What to do, when it happens, and what to watch for, from the first minute.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FDF6EC",
  "theme_color": "#FDF6EC",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Red flags",
      "short_name": "Red flags",
      "description": "Straight to the warning signs",
      "url": "./?view=help",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}