{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/?leadcore-pwa=1",
  "name": "LEAD CORE",
  "short_name": "LEAD",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F7F5F2",
  "theme_color": "#050505",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "description": "LeadCore project, construction, payroll, expense, attendance, and team management workspace.",
  "lang": "en-PH",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any"
}
