{
  "id": "/index.html",
  "name": "LazyHumanBOS",
  "short_name": "LazyHumanBOS",
  "description": "Your AI-powered sovereign business assistant. Works offline, syncs when online. Accounting, POS, Inventory, CRM, Oracle Intelligence & more.",
  "start_url": "./index.html",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#0a0a14",
  "theme_color": "#d4a843",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "lang": "en-MY",
  "dir": "ltr",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "screenshots": [
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Alpha 5 Sovereign Dashboard"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Alpha 5 Mobile Command"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Alpha 5",
      "short_name": "Chat",
      "description": "Open AI Commander Chat",
      "url": "./index.html?action=chat",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Oracle Pulse",
      "short_name": "Oracle",
      "description": "View business intelligence dashboard",
      "url": "./index.html?page=dashboard",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Night Market Mode",
      "short_name": "POS",
      "description": "Quick POS for walk-in sales",
      "url": "./index.html?page=pos",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
