{
  "name": "FlowTrack",
  "short_name": "FlowTrack",
  "description": "Visual route planning for your travels · 可视化旅行路线规划",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#080810",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "lang": "en",
  "categories": ["travel", "navigation", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Route",
      "short_name": "New Route",
      "description": "Create a new trip route",
      "url": "./index.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
