{
    "name": "Nook & Spine",
    "short_name": "Nook & Spine",
    "description": "Organize your library, follow favorite authors, and discover your next great read.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#0d0d14",
    "theme_color": "#2c3e50",
    "orientation": "portrait-primary",
    "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"
        }
    ],
    "share_target": {
        "action": "/api/share-target",
        "method": "POST",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "categories": [
        "books",
        "lifestyle",
        "productivity"
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Library Dashboard"
        }
    ]
}
