{
  "short_name": "sharj.dev",
  "name": "Sharj Ahmed | Developer",
  "description": "Professional Software Developer based in South Yorkshire specializing in full-stack web architecture and custom tool development.",
  "categories": ["business", "developer tools", "productivity"],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#020617",
  "background_color": "#020617",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-new.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Project Estimator",
      "short_name": "Estimator",
      "description": "Calculate a project cost estimate",
      "url": "/project-estimator",
      "icons": [{ "src": "/android-icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact Me",
      "short_name": "Contact",
      "description": "Send a message or book a call",
      "url": "/contact",
      "icons": [{ "src": "/android-icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The Project Estimator tool in action"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sharj.dev Desktop Portfolio"
    }
  ]
}