{
  "short_name": "AS93",
  "name": "Berk Ersöz",
  "start_url": "/",
  "icons": [
    {
      "src": "/pwa/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "display": "standalone",
  "scope": "/",
  "theme_color": "#000000",
  "background_color": "#000000",
  "description": "The personal website of Berk Ersöz",
  "shortcuts": [
    {
      "name": "Blog - View recent posts",
      "short_name": "Blog",
      "description": "Browse recent posts",
      "url": "/blog",
      "icons": [
        { "src": "/pwa/android-chrome-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Projects - View recent projects",
      "short_name": "Projects",
      "description": "Browse recent projects",
      "url": "/projects",
      "icons": [
        { "src": "/pwa/android-chrome-192x192.png", "sizes": "192x192" }
      ]
    }
  ]
}
