{
  "name": "SAMA - MWG Hostels Platform",
  "short_name": "MWG Hostels",
  "description": "Find student accommodation near FUTA campus with verified hostels and roommate matching",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3b82f6",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "sama.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "MWG logo@300x.png",
      "sizes": "300x300",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "background.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "SAMA Platform Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Hostels",
      "short_name": "Browse",
      "description": "Browse available student hostels",
      "url": "/?action=browse",
      "icons": [{ "src": "sama.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Roommate",
      "short_name": "Roommate",
      "description": "Find compatible roommates",
      "url": "/roommate-finder.html",
      "icons": [{ "src": "sama.png", "sizes": "192x192" }]
    },
    {
      "name": "Realtor Portal",
      "short_name": "Realtor",
      "description": "Access realtor dashboard",
      "url": "/realtor-dashboard.html",
      "icons": [{ "src": "sama.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": [
    "offline-capability",
    "responsive-design",
    "push-notifications",
    "background-sync"
  ]
}