{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",

  "name": "CICI AFRICA",
  "short_name": "CICIAFRICA",
  "description": "Africa's Creative Voice — full-service creative studio for media production, digital strategy, talent and pan-African storytelling.",

  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",

  "background_color": "#1E0D04",
  "theme_color": "#1E0D04",

  "categories": ["business", "entertainment", "lifestyle"],
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/images/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/desktop.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "CICI AFRICA Desktop"
    },
    {
      "src": "/screenshots/mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "CICI AFRICA Mobile"
    }
  ]
}
