{
  "name": "THAN ZAW HTUT Shop",
  "short_name": "TZH Shop",
  "description": "ဈေးဝယ်စနစ် — POS System",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4f46e5",
  "theme_color": "#4f46e5",
  "lang": "my",
  "scope": "./",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ဈေးဝယ်ရန်",
      "short_name": "ဈေးဝယ်",
      "url": "./index.html?view=shop",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "အသည်းစွဲ",
      "short_name": "အသည်းစွဲ",
      "url": "./index.html?view=wishlist",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "မှတ်တမ်း",
      "short_name": "မှတ်တမ်း",
      "url": "./index.html?view=orders",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}