{
  "name": "ELEVO",
  "short_name": "ELEVO",
  "description": "The operating system for your barber business.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F0F11",
  "theme_color": "#0F0F11",
  "categories": ["business", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/elevo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/elevo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/elevo-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/elevo-icon-maskable-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Agenda", "url": "/agenda" },
    { "name": "Dashboard", "url": "/dashboard" },
    { "name": "My appointments", "url": "/me/appointments" }
  ]
}
