{
  "name": "httpster.io - My personal site",
  "short_name": "httpster.io",
  "start_url": "https://httpster.io",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#f3f3f3",
  "background_color": "#0c0c0c",
  "display": "standalone"
}