{
  "name": "Stella - AI Anxiety Companion",
  "short_name": "Stella",
  "description": "Stop anxiety spirals in 3 minutes with an AI that remembers your triggers, patterns, and what works. Voice or text, 24/7.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#4666FF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Join Waitlist",
      "short_name": "Waitlist",
      "description": "Join the Stella waitlist",
      "url": "/?waitlist=true",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Read Blog",
      "short_name": "Blog",
      "description": "Read the Stella blog",
      "url": "/blog",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
