{
  "name": "UNIK AudioFlux Engine",
  "short_name": "UNIK AudioFlux",
  "description": "Extract and convert audio from any video file to MP3, WAV, AAC, FLAC, OGG, and M4A - 100% offline, no uploads, secure.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#667eea",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><linearGradient id='grad'><stop offset='0%' style='stop-color:rgb(102,126,234);stop-opacity:1' /><stop offset='100%' style='stop-color:rgb(118,75,162);stop-opacity:1' /></linearGradient></defs><rect width='192' height='192' fill='url(%23grad)'/><text x='96' y='110' font-size='80' font-weight='bold' fill='white' text-anchor='middle'>♪</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><linearGradient id='grad'><stop offset='0%' style='stop-color:rgb(102,126,234);stop-opacity:1' /><stop offset='100%' style='stop-color:rgb(118,75,162);stop-opacity:1' /></linearGradient></defs><rect width='512' height='512' fill='url(%23grad)'/><text x='256' y='290' font-size='200' font-weight='bold' fill='white' text-anchor='middle'>♪</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f3f4f6' width='540' height='720'/><rect fill='%23667eea' y='0' width='540' height='120'/><text x='270' y='60' text-anchor='middle' font-size='24' font-weight='bold' fill='white'>UNIK AudioFlux</text><rect x='30' y='150' width='480' height='100' rx='10' fill='%23e5e7eb'/><text x='270' y='210' text-anchor='middle' font-size='16' fill='%236b7280'>Upload Video</text><rect x='30' y='280' width='480' height='80' rx='10' fill='%23e5e7eb'/><text x='270' y='325' text-anchor='middle' font-size='14' fill='%236b7280'>Select Format</text><rect x='30' y='390' width='480' height='60' rx='10' fill='%23667eea'/><text x='270' y='425' text-anchor='middle' font-size='14' fill='white'>Convert</text></svg>",
      "sizes": "540x720",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Convert Video",
      "short_name": "Convert",
      "description": "Convert a video to audio",
      "url": "/?action=convert",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23667eea' width='96' height='96'/><text x='48' y='58' font-size='40' font-weight='bold' fill='white' text-anchor='middle'>♪</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "video",
          "accept": ["video/*"]
        }
      ]
    }
  }
}
