{
    "name": "FlavorNews",
    "short_name": "FlavorNews",
    "description": "Haber portalı — çevrimdışı okuma destekli PWA.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f97316",
    "orientation": "any",
    "lang": "tr",
    "categories": ["news"],
    "icons": [
        {
            "src": "/images/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Son Haberler",
            "short_name": "Haberler",
            "url": "/haberler",
            "icons": [
                {
                    "src": "/images/pwa/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Kaydedilenler",
            "short_name": "Kayıtlı",
            "url": "/kaydedilenler",
            "icons": [
                {
                    "src": "/images/pwa/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
