{
  "name": "FamilyRoots - Family Tree Management",
  "short_name": "FamilyRoots",
  "description": "Create beautiful, interactive family trees that connect generations. Preserve stories, share memories, and discover your roots together.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f7942",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your family trees",
      "url": "/dashboard",
      "icons": [{"src": "/favicon.png", "sizes": "48x48"}]
    },
    {
      "name": "Create Tree",
      "short_name": "New Tree",
      "description": "Create a new family tree",
      "url": "/dashboard",
      "icons": [{"src": "/favicon.png", "sizes": "48x48"}]
    }
  ]
}
