{
  "name": "LyricWorld - Global Lyrics & Translations",
  "short_name": "LyricWorld",
  "description": "The world's largest collection of lyrics with translations, romanizations, and meanings.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["music", "education", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Lyrics",
      "short_name": "Search",
      "description": "Find lyrics for any song",
      "url": "/search"
    },
    {
      "name": "Top 100 Songs",
      "short_name": "Charts",
      "description": "View the most popular songs",
      "url": "/collections/top-100"
    },
    {
      "name": "Browse Genres",
      "short_name": "Genres",
      "description": "Explore by music genre",
      "url": "/genres"
    }
  ],
  "prefer_related_applications": false
}
