{
  "name": "Ask Danny",
  "short_name": "Danny",
  "description": "Your AI-powered task management assistant with optional Todoist sync",
  "theme_color": "#0d1520",
  "background_color": "#0d1520",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Tasks",
      "short_name": "Today",
      "description": "View tasks due today",
      "url": "/?view=today"
    },
    {
      "name": "All Tasks",
      "short_name": "All",
      "description": "View all active tasks",
      "url": "/?view=all"
    }
  ],
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
