{
  "name": "루트마스터",
  "short_name": "루트마스터",
  "description": "TSP 기반 경로 최적화 앱",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "start_url": "./index.html",
  "scope": "./",
  "icons": [
      {
        "src": "icon_512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
  ]
}
