{
  "name": "建造我的第一架飞机 · Build My First Airplane",
  "short_name": "飞机游戏",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#7ec8ff",
  "theme_color": "#3d8bff",
  "icons": [
    {"src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ]
}