{
  "name": "Clemify",
  "short_name": "Clemify",
  "description": "The complete web-based learning platform for English schools",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0d1f",
  "theme_color": "#7c3aed",
  "categories": ["education"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Classes",
      "short_name": "Classes",
      "description": "View your upcoming classes",
      "url": "/?tab=dashboard",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Open your messages",
      "url": "/?tab=messages",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
