{
  "name": "Operations Platform",
  "short_name": "Operations",
  "description": "Hyde Legal Group internal operations platform — clients, matters, time tracking, billing, email studio, and firm workflows.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0c5e3e",
  "categories": ["business", "productivity", "legal"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Client",
      "short_name": "New Client",
      "description": "Quickly add a new client",
      "url": "/#/clients?action=new",
      "icons": [{ "src": "favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Matter",
      "short_name": "New Matter",
      "description": "Open a new matter",
      "url": "/#/matters?action=new",
      "icons": [{ "src": "favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "description": "Start a billing timer",
      "url": "/#/time?action=start",
      "icons": [{ "src": "favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Email center",
      "url": "/#/emails",
      "icons": [{ "src": "favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
