{
  "name": "WanTime",
  "short_name": "WanTime",
  "description": "わんこと過ごす時間をもっと豊かに",
  "icons": [
    {
      "src": "icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icons/icon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/wantime/",
  "display": "standalone",
  "background_color": "#0f1923",
  "theme_color": "#0f1923",
  "lang": "ja",
  "orientation": "portrait",
  "scope": "/wantime/",
  "id": "/wantime/",
  "shortcuts": [
    {
      "name": "散歩チェッカー",
      "short_name": "散歩",
      "url": "/wantime/dogwalk.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "緊急サポート",
      "short_name": "緊急",
      "url": "/wantime/emergency.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "散歩ろぐ",
      "short_name": "ろぐ",
      "url": "/wantime/wanlog.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
