{
  "name": "ClassCalc",
  "short_name": "ClassCalc",
  "description": "KTU attendance calculator, per subject. See if you are safe for the exam, how many hours you can still miss, and how many classes you need to attend to get back to 75%.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070B12",
  "theme_color": "#070B12",
  "lang": "en",
  "categories": ["education", "utilities"],
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
