{
  "name": "College Assignment Tracker",
  "short_name": "CAT",
  "description": "Track classes, schedules, and assignments with a clean, offline-capable app. Install to your iPhone Home Screen.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b0b0d",
  "theme_color": "#111114",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}