{
  "name": "QuizMaster Pro - Trắc Nghiệm Ôn Tập",
  "short_name": "QuizMaster",
  "description": "Ứng dụng tạo và làm bài trắc nghiệm ôn tập offline",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1419",
  "theme_color": "#7c8cf8",
  "lang": "vi",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/192/3976/3976625.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/3976/3976625.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tạo đề mới",
      "url": "./index.html#create",
      "icons": [{ "src": "https://cdn-icons-png.flaticon.com/192/3976/3976625.png", "sizes": "192x192" }]
    },
    {
      "name": "Danh sách đề",
      "url": "./index.html#list",
      "icons": [{ "src": "https://cdn-icons-png.flaticon.com/192/3976/3976625.png", "sizes": "192x192" }]
    }
  ]
}
