{
  "name": "SCHOOLZEAL",
  "short_name": "Schoolzeal",
  "description": "The Ultimate Nigerian Student Platform - Study, Post, Earn, Challenge",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1A73E8",
  "background_color": "#0F172A",
  "categories": ["education", "social", "games", "productivity"],
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SCHOOLZEAL Desktop Version"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SCHOOLZEAL Mobile Version"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Create a new post",
      "url": "/create-post",
      "icons": [{ "src": "icons/shortcut-post.png", "sizes": "96x96" }]
    },
    {
      "name": "Take Exam",
      "short_name": "Exam",
      "description": "Start a CBT practice exam",
      "url": "/cbt-exam",
      "icons": [{ "src": "icons/shortcut-exam.png", "sizes": "96x96" }]
    },
    {
      "name": "Start Game",
      "short_name": "Game",
      "description": "Start a gaming CBT challenge",
      "url": "/game",
      "icons": [{ "src": "icons/shortcut-game.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.schoolzeal.mobile",
      "id": "com.schoolzeal.mobile"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/schoolzeal/id1234567890"
    },
    {
      "platform": "windows",
      "url": "ms-windows-store://pdp/?productid=9NXYZABCDEFG"
    }
  ],
  "prefer_related_applications": true
}