{
  "name": "JustStaySober",
  "short_name": "JustStaySober",
  "description": "Your daily companion for sobriety and recovery. One day at a time.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4a7c59",
  "theme_color": "#4a7c59",
  "lang": "en",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Milestones",
      "short_name": "Milestones",
      "description": "View your sobriety milestones",
      "url": "/?screen=milestones",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Resources",
      "short_name": "Resources",
      "description": "Find meetings and support",
      "url": "/?screen=resources",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
