{
  "name": "True Family Legacy",
  "short_name": "Family Legacy",
  "description": "Preserve your family's memories, stories, and legacy for generations to come.",
  "theme_color": "#C84A1F",
  "background_color": "#FDF8F0",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "categories": ["lifestyle", "photo", "family"],
  "shortcuts": [
    {
      "name": "Recent Captures",
      "short_name": "Captures",
      "description": "Review your recent photo captures",
      "url": "/recent-captures",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
