{
  "name": "SPOS - แอปสำหรับแม่ค้า",
  "short_name": "SPOS",
  "description": "แอปพลิเคชันสำหรับแม่ค้าในการบันทึกการขายด้วยเสียง พร้อมระบบจัดการสินค้าและสรุปยอดขาย",
  "start_url": "/#/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "shopping"],
  "lang": "th",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "ขายของ",
      "short_name": "ขายของ",
      "description": "เปิดหน้าขายของทันที",
      "url": "/#/",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "รายงาน",
      "short_name": "รายงาน",
      "description": "ดูรายงานยอดขายและปิดยอด",
      "url": "/#/reports",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "สินค้า",
      "short_name": "สินค้า",
      "description": "จัดการรายการสินค้า",
      "url": "/#/products",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "ลูกค้า",
      "short_name": "ลูกค้า",
      "description": "จัดการรายชื่อลูกค้า",
      "url": "/#/customers",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": []
}
