{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "https://draphy.org/",
  "name": "David Raphi (draphy) - Full Stack Engineer",
  "short_name": "draphy",
  "description": "David Raphi (draphy) is a Full Stack Engineer specializing in TypeScript, Cloudflare Workers, and AI/RAG. Creator of PushForge and Nooxy. Available for hire.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#00cc66",
  "background_color": "#0a0a0a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "developer tools"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/images/logo-60.png",
      "sizes": "60x60",
      "type": "image/png"
    },
    {
      "src": "/favicon-200.png",
      "sizes": "200x200",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-200.png",
      "sizes": "200x200",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/banner-1200_630.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "David Raphi - Full Stack Engineer Portfolio"
    }
  ],
  "shortcuts": [
    {
      "name": "Resume",
      "short_name": "Resume",
      "description": "View David Raphi's professional resume",
      "url": "/resume",
      "icons": [{ "src": "/favicon-200.png", "sizes": "200x200" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with David Raphi",
      "url": "/contact",
      "icons": [{ "src": "/favicon-200.png", "sizes": "200x200" }]
    },
    {
      "name": "draphy OS",
      "short_name": "Home",
      "description": "Explore draphy OS portfolio",
      "url": "/home",
      "icons": [{ "src": "/favicon-200.png", "sizes": "200x200" }]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://draphy.org/"
    }
  ],
  "prefer_related_applications": false
}
