{
  "id": "/",
  "name": "Eidolon",
  "short_name": "Eidolon",
  "description": "AI-powered case intelligence platform for secure, collaborative legal investigations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "theme_color": "#0a0f14",
  "background_color": "#0a0f14",
  "color_scheme_dark": {
    "theme_color": "#0a0f14",
    "background_color": "#0a0f14"
  },
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/svg/eidolon-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View case metrics and activity overview",
      "url": "/?goto=/web/dashboard",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "New Case",
      "short_name": "New Case",
      "description": "Create a new legal case",
      "url": "/?goto=/web/cases/form",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Docket",
      "short_name": "Docket",
      "description": "View your court calendar and upcoming dates",
      "url": "/?goto=/web/calendar",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Matters",
      "short_name": "Matters",
      "description": "Browse and manage your assigned cases",
      "url": "/?goto=/web/cases",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/static/screenshots/desktop-dashboard.png",
      "sizes": "1264x625",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard overview with case metrics and activity"
    },
    {
      "src": "/static/screenshots/desktop-workspace.png",
      "sizes": "1264x625",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Case workspace with evidence panel and AI assistant"
    },
    {
      "src": "/static/screenshots/mobile-cases.png",
      "sizes": "500x717",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Case list on mobile"
    }
  ]
}
