{
  "name": "ALL AI Tool Hub — My Dashboard",
  "short_name": "AI Tool Hub",
  "description": "Your personal productivity dashboard: notes, tasks, habits, goals, time tracking and AI coaching. Plus the full ALL AI Tool Hub directory.",
  "start_url": "/dashboard?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#080a0e",
  "theme_color": "#080a0e",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/img/logo.png",
      "sizes": "192x192 256x256 384x384 512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a task",
      "short_name": "Task",
      "description": "Quickly add a new task to your dashboard",
      "url": "/dashboard?tab=tasks&quick=task&utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add a note",
      "short_name": "Note",
      "description": "Capture a quick note",
      "url": "/dashboard?tab=notes&quick=note&utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Focus timer",
      "short_name": "Focus",
      "description": "Start a Pomodoro focus session",
      "url": "/dashboard?tab=focus&utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Discover AI tools",
      "short_name": "Tools",
      "description": "Browse the AI tool directory",
      "url": "/tools?utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "prefer_related_applications": false
}
