{
  "name": "MMA Member — Thanh Bình MMA",
  "short_name": "MMA Member",
  "description": "Ứng dụng hội viên: theo dõi gói tập, lịch học, điểm danh, hóa đơn và đặt lịch PT.",
  "lang": "vi",
  "dir": "ltr",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFC",
  "theme_color": "#F97316",
  "categories": ["sports", "health", "lifestyle"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Lịch học",
      "short_name": "Lịch học",
      "url": "/app/schedule",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Gói tập",
      "short_name": "Gói tập",
      "url": "/app/subscriptions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hóa đơn",
      "short_name": "Hóa đơn",
      "url": "/app/invoices",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
