{
  "name": "Memorees",
  "short_name": "Memorees",
  "description": "Capture your day through everyone's eyes.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "focus-existing" },
  "orientation": "portrait",
  "background_color": "#F5F1E8",
  "theme_color": "#F5F1E8",
  "categories": ["photo", "social", "lifestyle"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 480 },
  "shortcuts": [
    {
      "name": "Join an event",
      "short_name": "Join",
      "description": "Enter an event code and start capturing",
      "url": "/join?src=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New event",
      "short_name": "Create",
      "description": "Create a new Memorees event",
      "url": "/app?new=1&src=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app?shared=1",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}