{
  "short_name": "GradeBook",
  "name": "GradeBook",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/x-icon"
    },
    {
      "src": "/logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#3f51b5",
  "background_color": "#ffffff",
  "scope": "/",
  "description": "A Progressive Web App for managing student grades and notifications",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [],
  "dir": "ltr",
  "lang": "en-US",
  "iarc_rating_id": "",
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/app/dashboard",
      "description": "View your dashboard",
      "icons": [
        {
          "src": "shortcut_dashboard.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Grades",
      "url": "/app/grades",
      "description": "View your grades",
      "icons": [
        {
          "src": "shortcut_grades.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Profile",
      "url": "/app/profile",
      "description": "View your profile",
      "icons": [
        {
          "src": "shortcut_profile.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "GradeBook Dashboard"
    }
  ]
}
