{
  "name": "TechPulze - Connecting Students. Creating Opportunities.",
  "short_name": "TechPulze",
  "description": "Nigeria's premier student-first tech platform connecting university students with opportunities in hackathons, scholarships, internships, and jobs.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "business"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Opportunities",
      "short_name": "Opportunities",
      "description": "Find tech opportunities tailored to you",
      "url": "/opportunities",
      "icons": [
        {
          "src": "/icons/briefcase-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Read Articles",
      "short_name": "Articles",
      "description": "Stay updated with tech news and tutorials",
      "url": "/articles",
      "icons": [
        {
          "src": "/icons/book-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Manage your profile and preferences",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/user-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-homepage.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TechPulze Homepage on Desktop"
    },
    {
      "src": "/screenshots/mobile-opportunities.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse Opportunities on Mobile"
    }
  ]
}