{
    "name": "ShareCleaner - Share links, not your identity",
    "short_name": "ShareCleaner",
    "description": "Share links, not your identity. Remove hidden trackers from the links you share.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0F172A",
    "theme_color": "#06B6D4",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/Icon-512.png", 
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "favicon.png",
            "sizes": "96x96",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Download App",
            "short_name": "Download",
            "description": "Get ShareCleaner from App Store or Google Play",
            "url": "/#download",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Features",
            "short_name": "Features",
            "description": "Learn about ShareCleaner's privacy features",
            "url": "/#features",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}