{
  "name": "SmokeOff",
  "short_name": "SmokeOff",
  "description": "Quit smoking. For good.",
  "start_url": "/app/dashboard",
  "display": "standalone",
  "background_color": "#0D1117",
  "theme_color": "#2D6A4F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Craving Help",
      "url": "/app/dashboard#craving",
      "description": "Get help with a craving"
    },
    {
      "name": "Chat",
      "url": "/app/chat",
      "description": "Open community chat"
    }
  ],
  "categories": ["health", "lifestyle"],
  "lang": "en"
}
