{
  "name": "3D Studio — Digital Dentistry Design",
  "short_name": "3D Studio",
  "description": "Dental lab portal — submit cases, track production, and communicate with your lab tech.",
  "id": "3dstudio-dental-lab",
  "scope": "/",
  "start_url": "/#/login",
  "display": "standalone",
  "background_color": "#FAF8F4",
  "theme_color": "#B08B57",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["medical", "business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Case",
      "short_name": "New Case",
      "description": "Submit a new dental case",
      "url": "/#/dentist/new-case",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask AI",
      "short_name": "Ask AI",
      "description": "Chat with the 3D Studio AI assistant",
      "url": "/#/dentist/ask-ai",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Cases",
      "short_name": "My Cases",
      "description": "View your case dashboard",
      "url": "/#/dentist",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
