{
  "name": "Lynn's Library — A Book Podcast",
  "short_name": "Lynn's Library",
  "id": "/lynns-library",
  "description": "A book podcast from The Lynn Show. Bring a book, give it a verdict — Bask it or Burn it. Your honesty is the best verdict.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#301D12",
  "theme_color": "#301D12",
  "categories": [
    "books",
    "education",
    "social"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bring a Book",
      "short_name": "Bring a Book",
      "url": "/bring-a-book"
    },
    {
      "name": "The Book Shelf",
      "short_name": "Shelf",
      "url": "/shelf"
    },
    {
      "name": "Reading Room",
      "short_name": "Room",
      "url": "/room"
    }
  ]
}