{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Readymob",
  "short_name": "Readymob",
  "description": "Erasmus+ Mobility Management Platform",
  "theme_color": "#7c3aed",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/dashboard",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-sm.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "My Documents",
      "short_name": "Documents",
      "description": "Upload and manage your documents",
      "url": "/dashboard/upload-documents",
      "icons": [{ "src": "/images/logo-sm.png", "sizes": "96x96" }]
    },
    {
      "name": "My Company",
      "short_name": "Company",
      "description": "View your host company details",
      "url": "/dashboard/my-company",
      "icons": [{ "src": "/images/logo-sm.png", "sizes": "96x96" }]
    },
    {
      "name": "Incidents",
      "short_name": "Incidents",
      "description": "Report and track incidents",
      "url": "/dashboard/incidents",
      "icons": [{ "src": "/images/logo-sm.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
