{
  "name": "Oliver",
  "short_name": "Oliver",
  "description": "A private photo album for friends and family.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [ "standalone", "minimal-ui" ],
  "orientation": "any",
  "theme_color": "#fff5f7",
  "background_color": "#fff5f7",
  "categories": [ "photo", "lifestyle" ],
  "icons": [
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icon.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icon-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add a photo",
      "short_name": "Add photo",
      "url": "/?add=1",
      "icons": [ { "src": "/icon-192.png", "sizes": "192x192" } ]
    }
  ]
}
