{
  "name": "Ratio'd",
  "short_name": "Ratio'd",
  "description": "cool looking and simple academia dashboard",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait",
  "background_color": "#0c30ff",
  "theme_color": "#111111",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile.jpeg",
      "sizes": "769x1600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Ratio'd Dashboard"
    },
    {
      "src": "/screenshots/attendance.jpeg",
      "sizes": "769x1600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Ratio'd Attendance"
    }
  ],
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Attendance",
      "url": "/attendance",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Marks",
      "url": "/marks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
