{
  "name": "The Lead-In",
  "short_name": "Lead-In",
  "description": "The hundred greatest albums, defended in writing \u2014 and a live valuation of the vinyl you own.",
  "id": "/",
  "scope": "/",
  "start_url": "/today?utm_source=pwa&utm_medium=homescreen",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f3ede1",
  "theme_color": "#14110d",
  "categories": [
    "music",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Album of the Day",
      "url": "/today",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My collection",
      "url": "/collection",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Leaderboards",
      "url": "/leaderboards",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
