{
  "id": "/",
  "name": "Geetify — Song Lyrics",
  "short_name": "Geetify",
  "description": "Kannada & Telugu song lyrics in native script, romanized text, and English meaning.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#5b21b6",
  "lang": "en-IN",
  "orientation": "portrait-primary",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Songs",
      "url": "/songs",
      "description": "Browse all song lyrics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Artists",
      "url": "/artists",
      "description": "Browse all artists",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Geetify Songs View"
    },
    {
      "src": "/logo.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Geetify Mobile View"
    }
  ]
}
