{
  "name": "FocusGroves – Focus Timer & Task Planner",
  "short_name": "FocusGroves",
  "description": "Stay focused, plan your day, achieve your goals.",
  "start_url": "/timer",
  "display": "standalone",
  "background_color": "#0F0E1A",
  "theme_color": "#6C5CE7",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "url": "/timer",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "View Tasks",
      "short_name": "Tasks",
      "url": "/tasks",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Insights",
      "short_name": "Stats",
      "url": "/insights",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
