{
    "name": "My Lost Item",
    "short_name": "MyLostItem",
    "description": "QR code finder app to help you locate your lost items",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1b1b18",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": [
        "productivity",
        "utilities"
    ],
    "lang": "en",
    "dir": "ltr"
}