{
    "name": "TOTP Authenticator",
    "short_name": "TOTP",
    "description": "A lightweight, self-hosted TOTP authenticator that runs entirely in the browser",
    "id": "./",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#1e88e5",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "img/icon_128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icon_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icon_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["utilities", "security"],
    "shortcuts": [
        {
            "name": "Open Authenticator",
            "short_name": "Open",
            "description": "Open TOTP Authenticator",
            "url": "./"
        }
    ]
}
