{
  "name": "MyNeuroPod",
  "short_name": "MyNeuroPod",
  "description": "Trading psychology companion — build the mental edge that separates consistent traders from the rest.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0B0F14",
  "theme_color": "#00D1C1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Session",
      "short_name": "Session",
      "description": "Jump straight into a trading session",
      "url": "/dashboard/session",
      "icons": [
        {
          "src": "/icons/badge-72.png",
          "sizes": "72x72"
        }
      ]
    },
    {
      "name": "Habit Pulse",
      "short_name": "Pulse",
      "description": "Check in on your daily habits",
      "url": "/dashboard/habit-pulse",
      "icons": [
        {
          "src": "/icons/badge-72.png",
          "sizes": "72x72"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "finance",
    "health"
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app.myneuropod.com/manifest.json"
    }
  ]
}
