{
  "name": "EverStroll",
  "short_name": "EverStroll",
  "description": "Capture and preserve the moments, voices, photographs, and stories that make up a life.",
  "start_url": "/capture",
  "scope": "/",
  "display": "standalone",
  "background_color": "#121c25",
  "theme_color": "#2A9E8F",
  "icons": [
    {
      "src": "/everstroll-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Save this moment",
      "short_name": "Save moment",
      "description": "Open EverStroll Quick Capture",
      "url": "/capture",
      "icons": [{ "src": "/everstroll-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}