{
  "name": "Web Sound Analyzer",
  "short_name": "WSAnalyzer",
  "id": "/web-sound-analyzer/",
  "start_url": "/web-sound-analyzer/",
  "display": "standalone",
  "description": "音声解析ツール。マイクで拾った音をリアルタイムで波形, FFT, スペクトログラム, ウォーターフォールを見ることができる。",
  "lang": "ja",
  "dir": "auto",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "orientation": "any",
  "icons": [
    {
      "src": "./icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/mobile1.png",
      "sizes": "392x846",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./screenshots/mobile2.png",
      "sizes": "392x846",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./screenshots/mobile3.png",
      "sizes": "392x846",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./screenshots/mobile4.png",
      "sizes": "392x846",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./screenshots/desktop1.png",
      "sizes": "958x944",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false
}