{
  "name": "SassySystems",
  "short_name": "SassySystems",
  "description": "Multi-tenant business management platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "icons": [
    { "src": "/favicon.ico", "sizes": "16x16 32x32 48x48", "type": "image/x-icon" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/admin", "icons": [{ "src": "/favicon.ico", "sizes": "16x16" }] },
    { "name": "Notifications", "short_name": "Notifications", "url": "/notifications", "icons": [{ "src": "/favicon.ico", "sizes": "16x16" }] }
  ]
}
