{
    "name": "yapilacaklar.com",
    "short_name": "yapilacaklar",
    "description": "Zamanınızı ustaca yönetin ve hiçbir şeyi unutmayın. Premium görev yöneticisi.",
    "start_url": "./index.html",
    "id": "/",
    "display": "standalone",
    "scope": "./",
    "theme_color": "#050508",
    "background_color": "#050508",
    "icons": [
        {
            "src": "./img/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./img/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Hızlı İş Ekle",
            "url": "./index.html?action=add"
        },
        {
            "name": "Odak Modu",
            "url": "./index.html?action=focus"
        },
        {
            "name": "İstatistikler",
            "url": "./index.html?action=stats"
        }
    ]
}