{
    "name": "Treasure Jayasinghe - Full Stack Developer",
    "short_name": "TreasureDev",
    "description": "Technical articles and insights on Laravel, Vue.js, clean architecture, and modern web development",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f97316",
    "orientation": "portrait-primary",
    "categories": ["technology", "developer", "blog", "education"],
    "lang": "en-US",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "16x16 32x32",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Articles",
            "short_name": "Articles",
            "description": "Browse all articles",
            "url": "/",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "32x32"
                }
            ]
        }
    ]
}