{
  "id": "/",
  "name": "YTMP3 YouTube to MP3",
  "short_name": "YTMP3",
  "description": "Open YTMP3 from your home screen for quick access to its browser based audio tools and guides.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f6f7f9",
  "theme_color": "#0085ff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["music", "utilities"],
  "icons": [
    {
      "src": "/assets/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
