{
  "name": "lichensclerosus.ai",
  "short_name": "LS Tools",
  "description": "AI-powered tools for lichen sclerosus patients — phase identification, INCI safety, flare protocol, symptom decoder, and weekly tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111210",
  "theme_color": "#111210",
  "lang": "en",
  "categories": ["health", "medical", "education"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Weekly Check-in",
      "short_name": "Check-in",
      "description": "Log your weekly LS status",
      "url": "/checkin/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "INCI Checker",
      "short_name": "Ingredients",
      "description": "Check product safety for LS tissue",
      "url": "/inci/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Flare Protocol",
      "short_name": "Flare",
      "description": "Get immediate flare guidance",
      "url": "/protocol/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "LS Assistant",
      "short_name": "Chat",
      "description": "Ask anything about LS biology",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
