{
  "name": "KareokeAI — Song to Karaoke Maker",
  "short_name": "KareokeAI",
  "description": "Turn any song into studio karaoke in minutes. AI vocal removal + synced lyrics. First song free.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0015",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Create Karaoke",
      "short_name": "Create",
      "description": "Start creating a new karaoke track",
      "url": "/create",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
