{
  "name": "KnowMyCity",
  "short_name": "KnowMyCity",
  "description": "Discover events, restaurants, deals, student hubs, and local businesses across Nigerian cities.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "id": "knowmycities-app",
  "categories": ["lifestyle", "travel", "social"],
  "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 maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.jpeg",
      "sizes": "698x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Home screen showing nearby businesses and events"
    },
    {
      "src": "/screenshots/explore.jpeg",
      "sizes": "706x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Explore page — browse businesses by category"
    },
    {
      "src": "/screenshots/community.jpeg",
      "sizes": "664x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Community feed — posts, events, and local updates"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Near Me",
      "url": "/explore",
      "description": "Find businesses and places near you"
    },
    {
      "name": "Community Feed",
      "url": "/community",
      "description": "See what's happening in your city"
    },
    {
      "name": "Student Hub",
      "url": "/student-hub",
      "description": "Student deals and resources"
    }
  ]
}
