{
  "name": "Geographical Society - UCC",
  "short_name": "GEOSOC UCC",
  "description": "The official app of the Geographical Society, University of Cape Coast. Explore events, resources, and connect with fellow geographers.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f2044",
  "background_color": "#0f2044",
  "lang": "en",
  "categories": ["education", "social"],
  "id": "com.geosoc.ucc",
  "prefer_related_applications": false,
  "icons": [
  {
    "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any"
  },
  {
    "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any"
  },
  {
    "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-maskable-192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "maskable"
  },
  {
    "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-maskable-512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "maskable"
  }
]
,
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming GEOSOC events",
      "url": "/events.html",
      "icons": [{ "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Digital Library",
      "short_name": "Library",
      "description": "Access lecture notes and past questions",
      "url": "/resources.html",
      "icons": [{ "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Executive Team",
      "short_name": "Team",
      "description": "Meet the GEOSOC executives",
      "url": "/team.html",
      "icons": [{ "src": "https://bvhpywvefmfxtfehhoka.supabase.co/storage/v1/object/public/images/icon-512.png", "sizes": "512x512" }]
    }
  ]
}