{
  "name": "Vui Học Tiếng Trung",
  "short_name": "Vui Học",
  "description": "Từ điển Trung Việt, HSK, flashcard, ngữ pháp, luyện nghe và luyện viết.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f8fc",
  "theme_color": "#0c1c36",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "./",
  "lang": "vi-VN",
  "categories": [
    "education",
    "productivity"
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Tra từ",
      "short_name": "Tra từ",
      "description": "Mở nhanh từ điển Trung Việt",
      "url": "./?view=dictionary",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Học HSK",
      "short_name": "HSK",
      "description": "Mở lộ trình học HSK",
      "url": "./?view=hsk",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Flashcard",
      "short_name": "Flashcard",
      "description": "Ôn từ bằng flashcard",
      "url": "./?view=flashcards",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
