{
    "name": "StoryFlow",
    "short_name": "StoryFlow",
    "description": "Yazarlar ve okurlar için modern edebiyat platformu",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#E64823",
    "orientation": "portrait-primary",
    "lang": "tr",
    "categories": [
        "books",
        "social",
        "entertainment"
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Yeni Eser",
            "url": "/studio",
            "description": "Yeni bir eser yaz"
        },
        {
            "name": "Keşfet",
            "url": "/app",
            "description": "Eserleri keşfet"
        }
    ]
}