﻿{
  "name": "MediaFlow AI - Video Downloader & Converter",
  "short_name": "MediaFlow AI",
  "description": "Download YouTube videos, extract audio, and convert media formats with AI-powered optimization.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#06060c",
  "theme_color": "#6366f1",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["productivity", "multimedia", "utilities"],
  "icons": [
    { "src": "icon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ]
}
