{
  "name": "PCHERO Enterprise POS",
  "short_name": "PCHERO",
  "description": "ระบบบริหารจัดการร้านคอมพิวเตอร์ครบวงจร",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1e3a8a",
  "theme_color": "#1e40af",
  "scope": "/",
  "lang": "th",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS",
      "short_name": "POS",
      "description": "ขายสินค้าหน้าร้าน",
      "url": "/#pos"
    },
    {
      "name": "Inventory",
      "short_name": "สต็อก",
      "description": "คลังสินค้า",
      "url": "/#inventory"
    },
    {
      "name": "Transactions",
      "short_name": "ประวัติ",
      "description": "ประวัติการขาย",
      "url": "/#transactions"
    }
  ]
}
