{
  "name": "ปะเคียบ",
  "short_name": "ปะเคียบ",
  "description": "แอปสำรวจแผนที่ภาษี",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "icons": [
    {
      "src": "static/icons/lb-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"  // ✅ สำหรับแสดงปกติ
    },
    {
      "src": "static/icons/lb-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"  // ✅ สำหรับ Android ที่บังคับ maskable
    },
    {
      "src": "static/icons/lb-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "static/icons/lb-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}