{
  "$schema": "https://json.schemastore.org/web-manifest",
  "id": "96ae4b4b-c687-55d4-89de-b70970376883",
  "name": "Vince Varga",
  "short_name": "Software Engineer",
  "description": "Hi, I'm Vince Varga, software engineer. Currently building Flutter mobile apps and tinkering with Rust.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/index.html?source=pwa",
  "display": "fullscreen",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "orientation": "natural",
  "shortcuts": [  
    {
      "name": "Home",
      "short_name" : "home",
      "url": "/"
    } ,
    {
      "name": "About",
      "short_name" : "about",
      "url": "/about/"
    } ,
    {
      "name": "Flutter",
      "short_name" : "flutter",
      "url": "/flutter/"
    } ,
    {
      "name": "Documentation",
      "short_name" : "documentation",
      "url": "/documentation/"
    } ,
    {
      "name": "CV",
      "short_name" : "download",
      "url": "/vince-varga-cv.pdf"
    } ,
    {
      "name": "Search",
      "short_name" : "search",
      "url": "/search/"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}
