{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Web Designer Nigeria",
  "short_name": "Web Designer NG",
  "description": "Professional web designer in Nigeria crafting stunning modern websites and user experiences.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/og-image.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "View Portfolio",
      "short_name": "Portfolio",
      "description": "View our design portfolio and projects",
      "url": "/work",
      "icons": [{ "src": "/og-image.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch to start your project",
      "url": "/contact",
      "icons": [{ "src": "/og-image.png", "sizes": "96x96" }]
    }
  ]
}
