{
  "name": "激光模拟器",
  "short_name": "激光模拟器",
  "description": "手动选择光子和波长，生成不同颜色与能量的激光束。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#090d12",
  "theme_color": "#090d12",
  "icons": [
    {
      "src": "./icons/laser-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/laser-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/laser-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
