{
  "name": "DJ.video",
  "short_name": "DJ.video",
  "description": "AI-powered music video generation. Upload a song, pick a vibe, watch it come alive.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "music", "video"],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/create",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "songTitle",
      "url": "remix",
      "files": [
        {
          "name": "audioFile",
          "accept": ["audio/mpeg", "audio/wav", "audio/aac", "audio/mp4", ".mp3", ".wav", ".m4a"]
        }
      ]
    }
  }
}
