{
  "name": "おうち脳育",
  "short_name": "おうち脳育",
  "description": "毎日5分、脳の5つの領域をまんべんなく。脳育ギフトアカデミー",
  "start_url": "/ouchi.html?pwa=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f2ede3",
  "theme_color": "#f2ede3",
  "lang": "ja",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日の遊び",
      "short_name": "きょう",
      "url": "/ouchi.html?v=today",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "きろく",
      "short_name": "きろく",
      "url": "/ouchi.html?v=week",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "遊びをさがす",
      "short_name": "さがす",
      "url": "/ouchi.html?v=lib",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}