{
  "name": "Free Voice Tools",
  "short_name": "Voice Tools",
  "description": "Free real-time voice pitch, tone and volume analyzer for voice therapy, speech practice and gender-affirming voice training.",
  "start_url": ".",
  "categories": [
    "health",
    "medical",
    "voice-therapy",
    "analyser"
  ],
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],

  "orientation": "portrait",

  "background_color": "#ffffff",
  "theme_color": "#214250",
  
  "icons": [
    {
      "src": "src/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "src/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}