{
  "name": "University Past Papers Hub",
  "short_name": "The Performer",
  "description": "Access university past papers for Law, Pharmaceutical Sciences, and Nursing departments",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "scope": ".",
  "lang": "en",
  "icons": [
    {
      "src": "ThePerformer.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "ThePerformer.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "All Units",
      "short_name": "Units",
      "description": "Browse all available units",
      "url": "/",
      "icons": [{ "src": "ThePerformer.png", "sizes": "192x192" }]
    },
    {
      "name": "Recent Papers",
      "short_name": "Recent",
      "description": "View your recently accessed papers",
      "url": "/",
      "icons": [{ "src": "ThePerformer.png", "sizes": "192x192" }]
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "description": "Track your learning progress",
      "url": "/",
      "icons": [{ "src": "ThePerformer.png", "sizes": "192x192" }]
    }
  ]
}