{
  "name": "YTDJ.AI - AI-Powered DJ Set Creator",
  "short_name": "YTDJ.AI",
  "description": "Create perfect DJ sets with AI-powered music curation and intelligent transitions",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#05060f",
  "theme_color": "#00f2ff",
  "categories": ["music", "entertainment", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-landscape.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
