{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Cytadel",
  "short_name": "Cytadel",
  "description": "Wholesale CRM for distributors and field reps",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafaf5",
  "theme_color": "#1f1c18",
  "icons": [
    {
      "src": "/icons/iv-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/iv-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/iv-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/iv-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
