{
  "_comment": "v2.0.0 UNIVERSAL — this is now the app's PRIMARY manifest, not a fallback. The universal build installs neutral (KorevraField) and takes on the signed-in user's organisation at runtime; spectrum-tenant-boot.js still swaps in manifest-<id>.json once a tenant is known, which upgrades an installed PWA's name and icons to that org. The per-tenant manifests remain for the tenant-specific WEB hosts. Note that a manifest swap only affects a FUTURE install: a PWA already on the home screen keeps the name and icon it was installed with (same platform limit the native app works around with activity-alias / alternate icons).",
  "name": "KorevraField",
  "short_name": "KorevraField",
  "description": "One field-operations app for every organisation. Sign in with your work email and the app becomes your company's: its colours, its logo, its name. Attendance, KPI, sales, stock, customers, visits, training, rewards, surveys, tickets and partner commerce — online or off.",
  "start_url": "./mobile.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0D1520",
  "background_color": "#0D1520",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities",
    "finance",
    "education"
  ],
  "icons": [
    {
      "src": "./assets/brand/korevra-mark.svg?v=127",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/brand/korevra-icon-192.png?v=127",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/brand/korevra-icon-512.png?v=127",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In/Out",
      "short_name": "Clock",
      "description": "Quick GPS attendance punch",
      "url": "./mobile.html#clock",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Field App",
      "short_name": "Mobile",
      "description": "Full field operations app",
      "url": "./mobile.html",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Manager Dashboard",
      "short_name": "Dashboard",
      "description": "Approvals, KPI analytics and reports",
      "url": "./dashboard.html",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Admin Console",
      "short_name": "Admin",
      "description": "Users, branches, KPI, policies, broadcast",
      "url": "./admin.html",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Partner Portal",
      "short_name": "Partners",
      "description": "Distributor orders, stock, settlements",
      "url": "./portal.html",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Training Academy",
      "short_name": "Training",
      "description": "Courses, certificates and leaderboards",
      "url": "./training.html",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Branch Map",
      "short_name": "Map",
      "description": "Branch network with geofences",
      "url": "./map.html",
      "icons": [
        {
          "src": "./favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "./favicon.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile App"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
