{
  "id": "com.lexnigeriana.app",
  "name": "LexNigeriana",
  "short_name": "LexNigeriana",
  "description": "Legal practice management system for Nigerian law firms — matters, billing, compliance, document management, and AI-powered legal intelligence.",
  "start_url": "https://workspace.lexnigeriana.com.ng",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": [
    "tabbed",
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "tab_strip": {
    "home_tab": "auto",
    "new_tab_button": "auto"
  },
  "scope_extensions": [
    { "origin": "https://workspace.lexnigeriana.com.ng" }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72-maskable.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96-maskable.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128-maskable.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144-maskable.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152-maskable.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384-maskable.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the Chambers Cockpit dashboard",
      "url": "/firm/dashboard",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Matters",
      "short_name": "Matters",
      "description": "View and manage legal matters",
      "url": "/firm/matters",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "File Manager",
      "short_name": "Files",
      "description": "Access the document file manager",
      "url": "/firm/files",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "LexAssist AI",
      "short_name": "AI",
      "description": "Open the AI legal assistant",
      "url": "/firm/ai",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Invoices & Billing",
      "short_name": "Billing",
      "description": "Manage invoices and billing",
      "url": "/firm/invoices",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Workflows",
      "short_name": "Workflows",
      "description": "Manage signature and execution workflows",
      "url": "/firm/workflows",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Compliance",
      "short_name": "Compliance",
      "description": "Track regulatory compliance and deadlines",
      "url": "/firm/compliance",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View deadlines and court dates",
      "url": "/firm/calendar",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/firm/files",
      "accept": {
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "text/plain": [".txt"],
        "text/csv": [".csv"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "application/zip": [".zip"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+lexng",
      "url": "/firm/matters?ref=%s"
    }
  ],
  "share_target": {
    "action": "/firm/files",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "documents",
          "accept": [
            "application/pdf",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "text/plain",
            "image/*"
          ]
        }
      ]
    }
  },
  "note_taking": {
    "new_note_url": "/firm/ai"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "widgets": [
    {
      "name": "Upcoming Deadlines",
      "short_name": "Deadlines",
      "description": "Shows your upcoming legal deadlines and court dates",
      "tag": "deadlines",
      "ms_ac_template": "widgets/deadlines.json",
      "screenshots": [
        {
          "src": "/screenshots/dashboard.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "label": "Deadlines widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Recent Matters",
      "short_name": "Matters",
      "description": "Quick view of your most recent legal matters",
      "tag": "matters",
      "ms_ac_template": "widgets/matters.json",
      "screenshots": [
        {
          "src": "/screenshots/matter-detail.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "label": "Matters widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["business", "productivity", "legal"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Chambers Cockpit Dashboard"
    },
    {
      "src": "/screenshots/file-manager.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Advanced File Manager"
    },
    {
      "src": "/screenshots/ai-assistant.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LexAssist AI Legal Intelligence"
    },
    {
      "src": "/screenshots/matter-detail.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Matter Management"
    },
    {
      "src": "/screenshots/billing.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Financial Overview & Billing"
    },
    {
      "src": "/screenshots/compliance.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Compliance Tracking"
    },
    {
      "src": "/screenshots/workflow.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Workflow Orchestration"
    },
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "500x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Dashboard"
    },
    {
      "src": "/screenshots/ai-assistant-mobile.png",
      "sizes": "500x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile AI Assistant"
    },
    {
      "src": "/screenshots/matter-mobile.png",
      "sizes": "500x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Matter Detail"
    }
  ]
}
