{
  "name": "KeepSakeLove",
  "short_name": "KeepSake",
  "description": "Share the memories, lessons, and moments that shaped your life with the people you love.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#141413",
  "theme_color": "#141413",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "family"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Record a Video",
      "short_name": "Record",
      "url": "/record",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Write a Letter",
      "short_name": "Write",
      "url": "/messages/new",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
