{
  "id": "./",
  "name": "FAN Studio气象实况系统",
  "short_name": "FAN气象",
  "description": "当地气象与全国气象实况地图",
  "lang": "zh-CN",
  "start_url": "./#map",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#07111f",
  "theme_color": "#0a1d32",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/app-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "实况地图",
      "short_name": "地图",
      "url": "./#map",
      "icons": [{ "src": "icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "当地气象",
      "short_name": "当地气象",
      "url": "./#weather",
      "icons": [{ "src": "icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "图像综合",
      "short_name": "图像综合",
      "url": "./#camera",
      "icons": [{ "src": "icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
