{
  "name": "Hệ thống quản lý cá nhân",
  "short_name": "Quản lý",
  "description": "Theo dõi subscription, nhắc việc và kế hoạch chạy bộ cá nhân",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "vi",
  "icons": [
    { "src": "icon.svg",       "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon.php?s=192", "sizes": "192x192", "type": "image/png" },
    { "src": "icon.php?s=512", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Nhập buổi chạy", "short_name": "Chạy", "url": "./chay-bo/nhap.php" },
    { "name": "Nhắc việc",      "short_name": "Việc", "url": "./nhac-viec/index.php" },
    { "name": "Subscription",   "short_name": "Sub",  "url": "./sub/index.php" }
  ]
}
