{
  "name": "Student Study Focus Platform",
  "short_name": "SS Focus",
  "description": "Student Study Focus platform with separate Student, Parents, and School-Based Connect areas.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06080f",
  "theme_color": "#0b5fff",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Student Area",
      "short_name": "Student",
      "description": "Open Student setup and dashboard",
      "url": "./student.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Parents Area",
      "short_name": "Parents",
      "description": "Open parent controls and extension settings",
      "url": "./parents.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "School-Based Connect",
      "short_name": "School",
      "description": "Open school dashboard with alerts, reminders, and reports",
      "url": "./school.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
