{
  "name": "Charles Otwere Portfolio",
  "short_name": "Portfolio",
  "description": "Professional portfolio showcasing software development projects",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["portfolio", "business", "productivity"],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile.png",
      "sizes": "320x568",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/screenshots/desktop.png",
      "sizes": "1280x720", 
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}