{
    "name": "OTPSync — Browser 2FA Authenticator",
    "short_name": "OTPSync",
    "description": "Advanced browser-native authenticator extension with encrypted sync, zero-knowledge security, and OTP autofill.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0B1220",
    "theme_color": "#0B1220",
    "lang": "en-US",
    "categories": ["security", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
