{
  "name": "Stela",
  "short_name": "Stela",
  "description": "On-demand services, handled by Stela",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0d15",
  "theme_color": "#1cc8a2",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Stela home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "New Request",
      "short_name": "Request",
      "description": "Start a new service request",
      "url": "/chat",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
