{
    "name": "CardRush - AI Business Card Scanner",
    "short_name": "CardRush",
    "description": "AI-powered business card scanner with intelligent contact management and team collaboration",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#4A90A4",
    "theme_color": "#4A90A4",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "scope": "/",
    "lang": "en-US",
    "dir": "ltr",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "shortcuts": [
        {
            "name": "Scan Card",
            "short_name": "Scan",
            "description": "Scan a new business card",
            "url": "/?action=scan",
            "icons": [
                {
                    "src": "icons/shortcut-scan.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Cards",
            "short_name": "Cards",
            "description": "View your scanned cards",
            "url": "/?action=cards",
            "icons": [
                {
                    "src": "icons/shortcut-cards.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Search Contacts",
            "short_name": "Search",
            "description": "Search your contacts",
            "url": "/?action=search",
            "icons": [
                {
                    "src": "icons/shortcut-search.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Add Contact",
            "short_name": "Add",
            "description": "Manually add a new contact",
            "url": "/?action=add",
            "icons": [
                {
                    "src": "icons/shortcut-add.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    },
    "file_handlers": [
        {
            "action": "/import",
            "accept": {
                "image/*": [
                    ".jpg",
                    ".jpeg",
                    ".png",
                    ".webp",
                    ".heic"
                ]
            }
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+cardrush",
            "url": "/handle?data=%s"
        }
    ],
    "related_applications": [],
    "screenshots": [
        {
            "src": "screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Home Screen"
        },
        {
            "src": "screenshots/scan.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Scanning a Business Card"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}