{
  "name": "BIT2025 Notes Repository",
  "short_name": "BIT2025",
  "description": "Academic resources for Business Information Technology students at University of Dar es Salaam",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/favicon/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicon/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicon/96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/img/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "SGR Trip Finder",
      "short_name": "SGR Train",
      "description": "Search Tanzania SGR train schedules",
      "url": "/sgr-trip-finder.html"
    },
    {
      "name": "Net Salary Calculator",
      "short_name": "Salary Calc",
      "description": "Calculate PAYE and Net Pay",
      "url": "/salary-calculator.html"
    },
    {
      "name": "HESLB Calculator",
      "short_name": "HESLB",
      "description": "Calculate your HESLB loan repayment",
      "url": "/heslb-calculator.html"
    },
    {
      "name": "GPA Calculator",
      "short_name": "GPA Calc",
      "description": "Calculate your semester and final GPA",
      "url": "/index.html#gpa-calculator"
    },
    {
      "name": "Cycle Tracker",
      "short_name": "Cycle Tracker",
      "description": "Track your menstrual cycle",
      "url": "/index.html#cycle"
    }
  ],
  "scope": "/",
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "/img/screenshots/homepage.png",
      "sizes": "1280x720",
      "type": "image/jpeg"
    },
    {
      "src": "/img/screenshots/gpa-calculator.png",
      "sizes": "1280x720",
      "type": "image/jpeg"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en-US",
  "dir": "ltr"
}