{
  "name": "Germond's Blog",
  "short_name": "Germond",
  "description": "Thoughts on web development, open source, and building things.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090f",
  "theme_color": "#5535d8",
  "icons": [
    {
      "src": "/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ]
}