{
  "name": "DentGallery",
  "short_name": "DentGallery",
  "description": "The portfolio platform for dental professionals — showcase cases, browse the marketplace, get AI-assisted second opinions, and learn from peers.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafaf7",
  "theme_color": "#c2410c",
  "categories": ["medical", "education", "social", "productivity"],
  "icons": [
    { "src": "/icon-512.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New case",
      "short_name": "New",
      "description": "Document a new clinical case",
      "url": "/create",
      "icons": [{ "src": "/icon-512.svg", "sizes": "192x192" }]
    },
    {
      "name": "Consult",
      "short_name": "Consult",
      "description": "Get AI-assisted diagnosis",
      "url": "/consult",
      "icons": [{ "src": "/icon-512.svg", "sizes": "192x192" }]
    },
    {
      "name": "Market",
      "short_name": "Market",
      "description": "Browse the dental marketplace",
      "url": "/market",
      "icons": [{ "src": "/icon-512.svg", "sizes": "192x192" }]
    }
  ]
}
