{
    "name": "CyberPass Pro - Advanced Password Analyzer",
    "short_name": "CyberPass Pro",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0e1016",
    "theme_color": "#0ea5e9",
    "orientation": "portrait-primary",
    "description": "Advanced password strength analyzer and generator with multiple themes and security features",
    "categories": ["security", "utilities", "productivity"],
    "lang": "en-US",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "screenshot-narrow.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}