{
  "name": "Slate — AI Habit Tracker",
  "short_name": "Slate",
  "description": "Build streaks. Earn XP. Get coached by AI that knows your data.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0a08",
  "theme_color": "#b07030",
  "orientation": "portrait-primary",
  "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": ["productivity", "health", "lifestyle"],
  "shortcuts": [
    { "name": "Dashboard", "url": "/",      "description": "View today's habits"   },
    { "name": "Timer",     "url": "/timer", "description": "Start a focus session" },
    { "name": "AI Coach",  "url": "/coach", "description": "Chat with your coach"  }
  ]
}
