{
  "name": "หมวยมานี่ (มา)",
  "short_name": "Muay Money",
  "description": "ระบบขายหน้าร้านสำหรับร้านอาหารขนาดเล็ก ช่วยจดยอดขายแทนการจดใส่สมุด พร้อมฟีเจอร์รายงานยอดขายและจัดการสินค้า",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F3F2EC",
  "theme_color": "#1E93AB",
  "orientation": "portrait",
  "scope": "/",
  "lang": "th",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/pos-screen.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "share_target": {
    "action": "/pos",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  },
  "shortcuts": [
    {
      "name": "ขายของ",
      "short_name": "ขายของ",
      "description": "ขายของ",
      "url": "/pos",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "ยอดขาย",
      "short_name": "ยอดขาย",
      "description": "ยอดขาย",
      "url": "/report",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "จัดการหลังร้าน",
      "short_name": "จัดการหลังร้าน",
      "description": "จัดการหลังร้าน",
      "url": "/settings",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "64x64"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
