{
  "name": "Akatech Business Intelligence",
  "short_name": "Akatech BI",
  "description": "Smart inventory and sales management for Nigerian businesses",
  "start_url": "./dashboard.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F1629",
  "theme_color": "#1A56FF",
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "New Sale",
      "url": "./dashboard.html#sales",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Stock",
      "url": "./dashboard.html#inventory",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "lang": "en",
  "dir": "ltr"
}