{
  "name": "MyRecoveryPal",
  "short_name": "RecoveryPal",
  "description": "Your trusted companion on the journey to lasting recovery. Connect with others, track your progress, and find support 24/7.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#1e4d8b",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/images/favicon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/favicon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/favicon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/favicon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["health", "medical", "lifestyle", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to your recovery dashboard",
      "url": "/accounts/dashboard/",
      "icons": [
        {
          "src": "/static/images/favicon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Daily Journal",
      "short_name": "Journal",
      "description": "Write in your recovery journal",
      "url": "/journal/",
      "icons": [
        {
          "src": "/static/images/favicon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Connect with the recovery community",
      "url": "/accounts/community/",
      "icons": [
        {
          "src": "/static/images/favicon_192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}