{
  "name": "Chronos AI — To-Do & Time Management",
  "short_name": "Chronos AI",
  "description": "AI-Powered Personal To-Do, Natural Language Task Capture & Visual Time Blocking App",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030712",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512 192x192 144x144 96x96 72x72 48x48",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "lifestyle"],
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "Add",
      "description": "Capture a new natural language task",
      "url": "/?action=add"
    },
    {
      "name": "AI Time-Block",
      "short_name": "Time-Block",
      "description": "Auto-schedule today's timeline",
      "url": "/?action=schedule"
    }
  ]
}
