{
  "id": "/",
  "name": "Hatched Digital",
  "short_name": "Hatched",
  "description": "Client portal — messages, approvals, projects, and billing from Hatched Digital.",
  "start_url": "/dashboard/hub",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#fafaf8",
  "theme_color": "#1a1a1a",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hub",
      "url": "/dashboard/hub",
      "description": "Messages and approvals"
    },
    {
      "name": "Projects",
      "url": "/dashboard/projects",
      "description": "Open your projects"
    },
    {
      "name": "Billing",
      "url": "/dashboard/billing",
      "description": "Proposals and billing"
    },
    {
      "name": "Team Chat",
      "url": "/admin/team-chat",
      "description": "Internal team messaging"
    }
  ]
}
