{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "id": "stockflow-wms",
  "name": "StockFlow — Warehouse Management System",
  "short_name": "StockFlow",
  "description": "Mobile-First WMS & Mutasi Stok Gudang Cepat",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#dc2626",
  "categories": ["business", "productivity", "utilities"],
  "lang": "id",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Cari Barang",
      "short_name": "Cari",
      "description": "Pencarian cepat lokasi dan stok barang",
      "url": "./index.html#search",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Movement Stok",
      "short_name": "Movement",
      "description": "Pencatatan mutasi stok barang gudang",
      "url": "./index.html#movement",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
