{
    "name": "Nonaki - Adaptive Intelligence Flashcards",
    "short_name": "Nonaki",
    "description": "Adaptive Intelligence Flashcards with Local-First Privacy. Master any subject with AI-powered spaced repetition.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#10b981",
    "orientation": "portrait-primary",
    "categories": ["education", "productivity"],
    "lang": "en-US",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/maskable-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Review Due Cards",
            "short_name": "Review",
            "description": "Start reviewing your due flashcards",
            "url": "/",
            "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Create New Card",
            "short_name": "Create",
            "description": "Create a new flashcard",
            "url": "/cards",
            "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Document Sources",
            "short_name": "Sources",
            "description": "Manage your document sources",
            "url": "/sources",
            "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192" }]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "related_applications": [],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "focus-existing"
    }
}