{
  "name": "Tethra - Where Every Bond Matters",
  "short_name": "Tethra",
  "description": "Nurture all meaningful relationships through intentional connection and shared rituals",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#9b87f5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["lifestyle", "social", "health"],
  "shortcuts": [
    {
      "name": "Partner Dashboard",
      "short_name": "Partner",
      "description": "Nurture your romantic bond",
      "url": "/partner-dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Family Dashboard",
      "short_name": "Family",
      "description": "Strengthen familial connections",
      "url": "/family-dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Friends Dashboard",
      "short_name": "Friends",
      "description": "Deepen meaningful friendships",
      "url": "/friends-dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Self Reflection",
      "short_name": "Self",
      "description": "Personal growth and inner connection",
      "url": "/self-dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
