{
    "name": "Paul Kellett Art Portfolio",
    "short_name": "PK Portfolio",
    "description": "Paul Kellett's professional art portfolio with mobile upload and gallery management",
    "start_url": "/mobile",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#2B4C8C",
    "background_color": "#FFFFFF",
    "lang": "en-US",
    "categories": ["entertainment", "photo", "productivity"],
    "icons": [
        {
            "src": "/images/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/mobile-upload.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile upload interface - Camera to published in under 60 seconds"
        },
        {
            "src": "/images/screenshots/mobile-gallery.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Touch-optimized gallery with faceted filtering"
        },
        {
            "src": "/images/screenshots/desktop-gallery.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Professional gallery view for collectors and exhibitions"
        }
    ],
    "shortcuts": [
        {
            "name": "Upload Artwork",
            "short_name": "Upload",
            "description": "Quick access to mobile upload interface",
            "url": "/mobile/upload",
            "icons": [
                {
                    "src": "/images/icons/shortcut-upload.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Gallery",
            "short_name": "Gallery",
            "description": "Browse artwork collection",
            "url": "/gallery",
            "icons": [
                {
                    "src": "/images/icons/shortcut-gallery.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Mobile View",
            "short_name": "Mobile",
            "description": "Mobile-optimized interface",
            "url": "/mobile",
            "icons": [
                {
                    "src": "/images/icons/shortcut-mobile.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+pk25",
            "url": "/share?url=%s"
        }
    ]
}
