{
  "id": "/",
  "name": "KELLY — Pocket Life Coach",
  "short_name": "KELLY",
  "description": "Honest decisions grounded in reality. Ask, journal, check in.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#080c12",
  "theme_color": "#080c12",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "productivity", "health"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask KELLY",
      "short_name": "Ask",
      "url": "/?tab=ask",
      "description": "Start a new decision"
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "url": "/?tab=journal",
      "description": "Review saved decisions"
    }
  ]
}