{
  "name": "Recovery Network Hub",
  "short_name": "RecoveryHub",
  "description": "Your personal recovery network and sobriety management companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fefdf8",
  "theme_color": "#22d3ba",
  "orientation": "portrait-primary",
  "categories": ["health", "lifestyle", "productivity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Check-in",
      "short_name": "Check-in",
      "description": "Record your daily progress",
      "url": "/?checkin=true",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "My Contacts",
      "short_name": "Contacts", 
      "description": "Access your support network",
      "url": "/?contacts=true",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "32x32"
        }
      ]
    }
  ]
}