{
    "name": "Incrementum - Spaced Repetition Learning",
    "short_name": "Incrementum",
    "description": "Smart learning with spaced repetition, document management, and AI-powered study tools",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#6daa2c",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/sprout-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/sprout-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/sprout-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "education",
        "productivity",
        "study"
    ],
    "shortcuts": [
        {
            "name": "Review Cards",
            "short_name": "Review",
            "description": "Start a review session",
            "url": "/#/review",
            "icons": [
                {
                    "src": "/icons/sprout-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Documents",
            "short_name": "Docs",
            "description": "View your documents",
            "url": "/#/documents",
            "icons": [
                {
                    "src": "/icons/sprout-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Home",
            "description": "View learning dashboard",
            "url": "/#/",
            "icons": [
                {
                    "src": "/icons/sprout-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "RSS Reader",
            "short_name": "RSS",
            "description": "Read RSS feeds",
            "url": "/#/rss",
            "icons": [
                {
                    "src": "/icons/sprout-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
