{
  "id": "/map",
  "name": "Central Go 地图",
  "short_name": "Central Go 地图",
  "description": "由 Central Go 制作的网页版智能交互线路图，支持离线查询、时刻表与路径规划。",
  "start_url": "/map",
  "scope": "/map",
  "dir": "ltr",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "lang": "zh-CN",
  "categories": [
    "navigation",
    "travel",
    "utilities"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b0053-a6b6-4258-a70b-47e16d3a043d",
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://*.centralgo.site"
    },
    {
      "type": "origin",
      "origin": "https://centralgo.site"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/map?action=open-file",
      "name": "Central Go 地图数据包",
      "accept": {
        "application/json": [
          ".json"
        ],
        "text/plain": [
          ".txt"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+cgomap",
      "url": "/map?link=%s"
    }
  ],
  "share_target": {
    "action": "/map?action=share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "Central Go 快速定位",
      "short_name": "地图定位",
      "description": "查看最近轨道交通站点",
      "tag": "cgo-location-widget",
      "template": "widget-template",
      "ms_ac_template": "widget-ms.json",
      "data": "widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "./screenshots/mobile.png",
          "sizes": "750x1334",
          "label": "Widget Preview"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./mapicon.png",
      "sizes": "300x300",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Central Go 地图 - 桌面端轨道交通路线查询"
    },
    {
      "src": "./screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Central Go 地图 - 移动端轨道交通路线查询"
    }
  ],
  "shortcuts": [
    {
      "name": "我的位置",
      "short_name": "位置",
      "description": "定位最近车站并查看时刻表",
      "url": "/map?action=location",
      "icons": [
        {
          "src": "./shortcut-icons/location.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "搜索车站",
      "short_name": "搜索",
      "description": "快捷搜索轨道交通车站",
      "url": "/map?action=search",
      "icons": [
        {
          "src": "./shortcut-icons/search.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "规划路径",
      "short_name": "规划路径",
      "description": "快捷开启乘车路径规划",
      "url": "/map?action=route",
      "icons": [
        {
          "src": "./shortcut-icons/route.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "切换实际走向图",
      "short_name": "实际走向",
      "description": "查看真实地理走向线路图",
      "url": "/map?map=real",
      "icons": [
        {
          "src": "./shortcut-icons/map.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}