{
  "name": "Goaltree",
  "short_name": "Goaltree",
  "description": "Turn your goals into structured AI-powered plans.",
  "icons": [
    {
      "src": "/icon-192.png?v=3",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png?v=3",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/today",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "shortcuts": [
    {
      "name": "Today",
      "url": "/today",
      "description": "View today's tasks",
      "icons": [{ "src": "/shortcut-today.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Add Task",
      "url": "/inbox?addTask=true",
      "description": "Quick add a task to inbox",
      "icons": [{ "src": "/shortcut-add-task.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "New Goal",
      "url": "/goals/new",
      "description": "Create a new goal",
      "icons": [{ "src": "/shortcut-new-goal.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Voice Capture",
      "url": "/voice",
      "description": "Capture a goal by voice",
      "icons": [{ "src": "/shortcut-voice.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
