{
    "name": "Lnkly - Short Links, Big Results",
    "short_name": "Lnkly",
    "description": "Professional URL shortener with advanced analytics and link management. Create short links that deliver big results.",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.svg",
            "sizes": "120x40",
            "type": "image/svg+xml"
        }
    ],
    "theme_color": "#3B82F6",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["productivity", "business", "utilities"],
    "shortcuts": [
        {
            "name": "Create Short Link",
            "short_name": "Shorten",
            "description": "Quickly create a new short link",
            "url": "/",
            "icons": [
                {
                    "src": "/favicon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "My Links",
            "short_name": "Links",
            "description": "View and manage your links",
            "url": "/urls",
            "icons": [
                {
                    "src": "/favicon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}