{
  "name": "Proof of Life — Daily safety check-ins",
  "short_name": "Proof of Life",
  "description": "Daily safety check-ins for the people you love.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f4faf7",
  "theme_color": "#0e7c7b",
  "categories": ["lifestyle", "health", "social"],
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Check in now",
      "short_name": "Check in",
      "description": "Open the app and check in",
      "url": "/app?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
