{
  "name": "Memento - Your Personal AI Companion",
  "short_name": "Memento",
  "description": "Capture your life moments, thoughts, and dreams with Memento. Add stories with photos, videos, and voice notes. Have meaningful conversations with your AI companion and build your digital legacy.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#52A1DD",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "lifestyle",
    "productivity",
    "social",
    "utilities"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Story",
      "short_name": "New Story",
      "description": "Add a new story or memory",
      "url": "/stories/new",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chat with AI",
      "short_name": "Chat",
      "description": "Start a conversation with Memento AI",
      "url": "/chat",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Overview",
      "short_name": "Overview",
      "description": "View your dashboard",
      "url": "/overview",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}