
{
  "name": "DomisLink Virtual High School Academy",
  "short_name": "DomisLink",
  "description": "Premium virtual high school with offline support, AI learning, real-time rankings, and secure password management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#d4af37",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "security"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Take a Quiz",
      "short_name": "Quiz",
      "description": "Start a new practice quiz",
      "url": "/curriculum",
      "icons": [{ "src": "/icon-quiz-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Rankings",
      "short_name": "Leaderboard",
      "description": "Check your global ranking",
      "url": "/progress",
      "icons": [{ "src": "/icon-leaderboard-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Manage your account and security settings",
      "url": "/settings",
      "icons": [{ "src": "/icon-profile-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
