{
  "id": "/",
  "name": "Gustavo Ficher",
  "short_name": "gficher",
  "description": "Software developer building modern web applications with Vue and Nuxt, and IoT projects with ESP32 and custom firmware.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "natural",
  "theme_color": "#0b0d10",
  "background_color": "#0b0d10",
  "categories": [
    "portfolio",
    "blog",
    "development",
    "technology"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Homepage",
      "short_name": "Home",
      "description": "Open Gustavo Ficher's portfolio homepage",
      "url": "/",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read technical articles and development notes",
      "url": "/blog",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
