{
  "name": "LoLDB - Ultimate League of Legends Database",
  "short_name": "LoLDB",
  "description": "The complete League of Legends database with champions, skins, chromas, items, mythic shop content, and more!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e2328",
  "theme_color": "#c89b3c",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment", "reference"],
  "icons": [
    {
      "src": "/images/LoLDB-Logo-copy.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/LoLDB-Logo-copy.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/LoLDB-Logo-copy.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LoLDB Desktop View"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LoLDB Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Champions",
      "short_name": "Champions",
      "description": "Browse all League of Legends champions",
      "url": "/champions",
      "icons": [
        {
          "src": "/images/LoLDB-Logo-copy.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Skins",
      "short_name": "Skins",
      "description": "Browse all League of Legends skins",
      "url": "/skins",
      "icons": [
        {
          "src": "/images/LoLDB-Logo-copy.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Items",
      "short_name": "Items",
      "description": "Browse all League of Legends items",
      "url": "/items",
      "icons": [
        {
          "src": "/images/LoLDB-Logo-copy.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mythic Shop",
      "short_name": "Mythic Shop",
      "description": "Current mythic shop rotation",
      "url": "/mythic-shop",
      "icons": [
        {
          "src": "/images/LoLDB-Logo-copy.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Conversion Tool",
      "short_name": "Conversion Tool",
      "description": "Convert between League of Legends currencies",
      "url": "/conversion-tool",
      "icons": [
        {
          "src": "/images/LoLDB-Logo-copy.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
