{
  "name": "Spotify Music Streaming",
  "short_name": "Spotify",
  "description": "A Progressive Web App for music streaming similar to Spotify",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1DB954",
  "background_color": "#121212",
  "icons": [
    {
      "src": "/spotify-192.svg",
      "sizes": "192x192 256x256 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/spotify-192.svg",
      "sizes": "192x192 256x256 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Search Music",
      "short_name": "Search",
      "description": "Search for your favorite music",
      "url": "/search",
      "icons": [
        {
          "src": "/spotify-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Library",
      "short_name": "Library",
      "description": "View your music library",
      "url": "/library",
      "icons": [
        {
          "src": "/spotify-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
