{
  "name": "Built to Last",
  "short_name": "Built to Last",
  "description": "Your coaching portal — track time, actions and progress on the go.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F1624",
  "theme_color": "#0F1624",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Time Tracker",
      "short_name": "Timer",
      "description": "Start tracking time",
      "url": "/client/time",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Actions",
      "short_name": "Actions",
      "description": "View your actions",
      "url": "/client/actions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
