{
  "name": "数据包的旅程 · 计算机网络 VR 实验室",
  "short_name": "数据包的旅程",
  "description": "面向《计算机网络》课程的沉浸式虚拟仿真实验：在三维网络拓扑中亲历数据包的封装、寻址、转发、丢弃与重传。支持 WebXR 头显与普通浏览器。",
  "lang": "zh-CN",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "landscape",
  "background_color": "#070B14",
  "theme_color": "#070B14",
  "categories": ["education"],
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
