{
  "name": "AIMERS Ahead",
  "short_name": "AIMERS",
  "description": "Adaptive Intelligent Modular Education and Research System — personalized learning at scale.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1118",
  "theme_color": "#0f1118",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Focus Session",
      "url": "/student/focus",
      "description": "Start a timed focus study session",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Today's Plan",
      "url": "/student/today",
      "description": "View your daily aims and schedule",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Notes",
      "url": "/student/learn?tab=notes",
      "description": "Access your personal study notes",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/student/learn?tab=notes&shared=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
