{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "LEMON GO · ร้านค้า",
  "short_name": "Lemon Go",
  "description": "POS · จัดการออเดอร์ · QR PromptPay สำหรับร้านอาหาร food truck และ street food",
  "lang": "th-TH",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF8F0",
  "theme_color": "#F5C518",
  "categories": ["business", "food", "productivity"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "หน้าหลัก · BOS",
      "short_name": "หน้าหลัก",
      "description": "เปิดหน้า dashboard ของวันนี้",
      "url": "./index.html#home",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "POS · ขายหน้าร้าน",
      "short_name": "POS",
      "description": "เปิด POS รับออเดอร์ทันที",
      "url": "./index.html#pos",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
