{
  "name": "A. Romero - Full-stack Engineer & UX Designer",
  "short_name": "A. Romero",
  "description": "Fast, accessible, and SEO-sound websites and applications. Full-stack engineer and UX designer based in Switzerland.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066cc",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business", "technology"],
  "icons": [
    {
      "src": "/assets/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/images/favicon.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "View Work",
      "short_name": "Work",
      "description": "Browse my portfolio and recent projects",
      "url": "/work/",
      "icons": [
        {
          "src": "/assets/images/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Get in Touch",
      "short_name": "Contact",
      "description": "Contact me for project inquiries",
      "url": "/contact/",
      "icons": [
        {
          "src": "/assets/images/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Latest Posts",
      "short_name": "Blog",
      "description": "Read my latest technical insights",
      "url": "/blog/",
      "icons": [
        {
          "src": "/assets/images/icon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}
