{
  "name": "William Armstrong - Product Engineer & Entrepreneur",
  "short_name": "William Armstrong",
  "description": "Portfolio of William Armstrong: Product Engineer specializing in human-centered design, entrepreneur, and creative professional.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["portfolio", "business", "design", "technology"],
  "icons": [
    {
      "src": "/fav1.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/fav1.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View engineering projects and portfolio",
      "url": "/projects",
      "icons": [{ "src": "/fav1.jpg", "sizes": "96x96" }]
    },
    {
      "name": "About",
      "short_name": "About",
      "description": "Learn about William Armstrong",
      "url": "/about",
      "icons": [{ "src": "/fav1.jpg", "sizes": "96x96" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch",
      "url": "/contact",
      "icons": [{ "src": "/fav1.jpg", "sizes": "96x96" }]
    }
  ]
}