{
  "name": "MrNaturl — Billboard Archive",
  "short_name": "MrNaturl",
  "description": "Every Billboard Hot 100 and Billboard 200 chart from 1958 to today",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#c8960c",
  "orientation": "any",
  "categories": ["music", "entertainment", "reference"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hot 100 Singles",
      "url": "/chart_browser.html",
      "description": "Browse the Billboard Hot 100"
    },
    {
      "name": "Billboard 200 Albums",
      "url": "/albums_browser.html",
      "description": "Browse the Billboard 200"
    },
    {
      "name": "Artist Deep Dive",
      "url": "/artist_deep_dive.html",
      "description": "Explore any artist's chart history"
    },
    {
      "name": "Leaderboards",
      "url": "/index.html#leaderboards",
      "description": "All-time records and leaderboards"
    }
  ]
}
