{
  "name": "HUTCHIL POS",
  "short_name": "HUTCHIL",
  "description": "ระบบขายหน้าร้าน HUTCHIL",
  "lang": "th",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0c1110",
  "theme_color": "#141b19",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "./icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "ขายสินค้า",
      "short_name": "ขาย",
      "url": "./index.html#pos"
    },
    {
      "name": "สรุปยอด",
      "short_name": "สรุป",
      "url": "./index.html#summary"
    }
  ]
}
