{
  "name": "EdgeVenture",
  "short_name": "EdgeVenture",
  "description": "Custom web applications and client portal for small businesses",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4F46E5",
  "background_color": "#09090B",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Client Portal",
      "short_name": "Portal",
      "description": "Go to your client portal",
      "url": "./portal/",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Open a support ticket",
      "url": "./portal/tickets.php",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
