{
    "name": "Bailu's Blog - Nature & Photography",
    "short_name": "Bailu's Blog",
    "description": "A personal blog about nature, photography, and outdoor adventures",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2c3e50",
    "orientation": "portrait-primary",
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/dist/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/dist/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "lifestyle",
        "photography",
        "travel"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Blog",
            "short_name": "Blog",
            "description": "View all blog posts",
            "url": "/blog.html",
            "icons": []
        },
        {
            "name": "About",
            "short_name": "About",
            "description": "About the author",
            "url": "/about.html",
            "icons": []
        }
    ]
}