{
  "name": "HOME TECH+",
  "short_name": "HOME TECH+",
  "description": "One intelligent technology hub for your home and business.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#07131c",
  "theme_color": "#0f766e",
  "categories": ["lifestyle", "business", "utilities"],
  "icons": [
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask Lexi",
      "short_name": "Lexi",
      "url": "/customer/lexi",
      "icons": [{ "src": "/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Request Service",
      "short_name": "Request",
      "url": "/customer/request",
      "icons": [{ "src": "/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Requests",
      "short_name": "Requests",
      "url": "/customer/requests",
      "icons": [{ "src": "/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
