{
  "_comment": "v1.4.3 — generic fallback manifest. The per-tenant manifests (manifest-spectrum.json, manifest-digifon.json) are loaded dynamically by spectrum-tenant-boot.js based on the resolved tenant. New tenants that don't ship a manifest-<id>.json fall back to this neutral one — sufficient for PWA install + offline scope, without leaking another tenant's brand.",
  "name": "Field Operations Platform",
  "short_name": "FieldOps",
  "description": "Enterprise field-operations platform — attendance, KPI, stock, training, rewards, surveys, tickets, and partner commerce.",
  "start_url": "./mobile.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#03080f",
  "background_color": "#03080f",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities", "finance", "education"],
  "icons": [
    { "src": "./favicon.svg",   "sizes": "any",       "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "./icon-120.png",  "sizes": "120x120",   "type": "image/png",     "purpose": "any" },
    { "src": "./icon-152.png",  "sizes": "152x152",   "type": "image/png",     "purpose": "any" },
    { "src": "./icon-167.png",  "sizes": "167x167",   "type": "image/png",     "purpose": "any" },
    { "src": "./icon-180.png",  "sizes": "180x180",   "type": "image/png",     "purpose": "any" },
    { "src": "./icon-192.png",  "sizes": "192x192",   "type": "image/png",     "purpose": "any maskable" },
    { "src": "./icon-512.png",  "sizes": "512x512",   "type": "image/png",     "purpose": "any maskable" },
    { "src": "./icon-1024.png", "sizes": "1024x1024", "type": "image/png",     "purpose": "any" }
  ],
  "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
}
