{
  "name": "黒部川水系 申請ポータル",
  "short_name": "黒部川申請",
  "description": "黒部川水系 申請ポータルの合宿予約、交通申請、工事管理を行うシステム",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ja",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "合宿予約",
      "short_name": "合宿",
      "description": "合宿施設の予約申請",
      "url": "/camp/reservation/new",
      "icons": [
        {
          "src": "/icons/shortcut-camp.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "電車申請",
      "short_name": "電車",
      "description": "黒部峡谷鉄道乗車証申請",
      "url": "/train/applications/new",
      "icons": [
        {
          "src": "/icons/shortcut-train.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "ルート申請",
      "short_name": "ルート",
      "description": "大町ルート通行申請",
      "url": "/route/applications/new",
      "icons": [
        {
          "src": "/icons/shortcut-route.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ダッシュボード画面"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "モバイル申請画面"
    }
  ]
}
