{
    "theme_color": "#101820",
    "background_color": "#f2f2f2",
    "display": "standalone",
    "scope": "/",
    "start_url": "/",
    "name": "Berkay Mazman",
    "short_name": "Berkay Mazman",
    "description": "Merhaba, ben Berkay Mazman. Teknoloji ile ilgileniyorum ve sitemde yazılım ve teknoloji üzerine gönderi yayınlıyorum.",
    "icons": [
        {
            "src": "/static/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/static/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/static/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
       {
          "name": "Blog",
          "description": "Sitemde paylaştığım blog gönderilerim.",
          "url": "/blog",
          "icons": [
             {
                "src": "/static/logo-90-90.png",
                "sizes": "90x90",
                "type": "image/png",
                "purpose": "any"
             }
          ]
       }
    ],
    "serviceworker": {
        "src": "https://www.berkaymazman.com.tr/sw.js",
        "update_via_cache": "none"
    }
}