{
    "name": "Photo Doctor - සිංහල භාෂාවෙන් photo edit කරගන්න",
    "short_name": "Photo Doctor",
    "start_url": ".",
    "id": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "description": "AI-powered photo editor with Sinhala language support. සිංහල භාෂාවෙන් පින්තූර සංස්කරණය කරගන්න.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "lang": "si",
    "dir": "ltr",
    "scope": "/",
    "categories": ["photo", "productivity", "utilities"],
    "icons": [
        {
            "src": "favicon.ico",
            "type": "image/x-icon",
            "sizes": "16x16 32x32"
        },
        {
            "src": "icons/icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192-maskable.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-512-maskable.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Edit Photo",
            "short_name": "Edit",
            "description": "Start editing a photo with Sinhala commands",
            "url": "/"
        }
    ]
}