
{
  "name": "山西证券云展馆2025",
  "short_name": "晋证云展",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#0066cc",
  "description": "山西证券虚拟云展馆PWA应用",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot1.webp",
      "sizes": "1080x1920",
      "type": "image/webp"
    }
  ],
  "categories": ["finance", "vr"],
  "shortcuts": [
    {
      "name": "全景展厅",
      "short_name": "展厅",
      "url": "/pano",
      "icons": [{ "src": "icons/explore.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app.example.com/manifest.json"
    }
  ]
}
