{
  "id": "./index.html",
  "name": "Biochemistry Quiz Game: Carbohydrates",
  "short_name": "Carb Quiz",
  "description": "เกมตอบคำถามชีวเคมีเรื่องคาร์โบไฮเดรต 40 ข้อ พร้อมเฉลยและเหตุผล",
  "lang": "th",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#f0fdfa",
  "theme_color": "#0f766e",
  "categories": [
    "education",
    "games"
  ],
  "prefer_related_applications": false,
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "เริ่มทำแบบทดสอบ",
      "short_name": "เริ่ม Quiz",
      "description": "เปิดเกมคาร์โบไฮเดรต",
      "url": "./index.html",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}