{
  "name": "BestMe — Where Growth Matters",
  "short_name": "BestMe",
  "description": "Tools and a curated library to help professionals engage, execute, and grow in the corporate space.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#FDAA3E",
  "theme_color": "#FDAA3E",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "health"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open today's habits",
      "short_name": "Today",
      "description": "Jump straight to today's habit list",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "View your progress and insights",
      "url": "/insights",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
