{
  "name": "INVOIZY KASIR-POS",
  "short_name": "INVOIZY",
  "description": "Point of Sale offline — IndexedDB, kasir event & toko kecil",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f9fa",
  "theme_color": "#212529",
  "lang": "id",
  "scope": "/",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "Buka Kasir",
      "short_name": "Kasir",
      "description": "Langsung ke tab kasir POS",
      "url": "/?tab=pos",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🛒</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Laporan",
      "short_name": "Laporan",
      "description": "Buka sales report",
      "url": "/?tab=sales",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>📊</text></svg>", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}
