{
  "name": "Thrive Portal",
  "short_name": "Thrive",
  "description": "Neurodiversity coaching portal by CM Training",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6B21A8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Energy Accounting",
      "short_name": "Energy",
      "description": "Log your energy levels",
      "url": "/energy",
      "icons": [
        {
          "src": "/icon-192.png?v=3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Daily Recap",
      "short_name": "Recap",
      "description": "Complete your daily recap",
      "url": "/recap",
      "icons": [
        {
          "src": "/icon-192.png?v=3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
