{
  "name": "Rocket Tasks - Intelligent Daily Planner",
  "short_name": "Rocket Tasks",
  "description": "Intelligent daily planner with voice assistant, ADHD mode, and proactive scheduling powered by AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/",
  "categories": ["productivity", "utilities", "lifestyle"],
  "screenshots": [
    
  ],
  "icons": [
    { "src": "/icons/rocket-96x96.svg",  "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icons/rocket-144x144.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icons/rocket-192x192.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "Add Task",
      "description": "Quickly add a new task",
      "url": "/?action=add-task"
    },
    {
      "name": "Voice Command",
      "short_name": "Voice",
      "description": "Open voice assistant",
      "url": "/?action=voice"
    },
    {
      "name": "Focus Mode",
      "short_name": "Focus",
      "description": "Enter ADHD-friendly focus mode",
      "url": "/?action=focus-mode"
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+rockettasks",
      "url": "/?task=%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}