{
  "name": "Route Setting Studio",
  "short_name": "ルートセット",
  "description": "ボルダリングジムの課題作成・管理ツール",
  "start_url": "/?screen=problems",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0e10",
  "theme_color": "#171819",
  "lang": "ja",
  "icons": [
    { "src": "/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "新しい課題を作る",
      "short_name": "新規課題",
      "url": "/?screen=studio&new=1",
      "icons": [{ "src": "/icon-180.png", "sizes": "180x180" }]
    },
    {
      "name": "課題一覧",
      "short_name": "課題一覧",
      "url": "/?screen=problems",
      "icons": [{ "src": "/icon-180.png", "sizes": "180x180" }]
    }
  ]
}
