{
  "name": "Video to Audio Converter",
  "short_name": "Video to Audio",
  "description": "Convert video to MP3, WAV, M4A, or original audio locally in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f5ef",
  "theme_color": "#b8f500",
  "orientation": "any",
  "categories": ["utilities", "music", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png" }
  ],
  "screenshots": [
    { "src": "/og-image.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide", "label": "Video to Audio Converter interface" }
  ]
}
