﻿{
    "name": "Qauizny - AI Quiz Generator",
    "short_name": "Qauizny",
    "description": "Transform PDFs and text into comprehensive quizzes using AI. Free quiz generator for students and educators.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "dir": "ltr",
    "categories": [
        "education",
        "productivity"
    ],
    "icons": [
        {
            "src": "/logo.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        },
        {
            "src": "/logo.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Quiz Generator Interface"
        },
        {
            "src": "/screenshot-2.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Quiz Taking Experience"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Quiz",
            "short_name": "Create",
            "description": "Create a new quiz from PDF or text",
            "url": "/?action=create",
            "icons": [
                {
                    "src": "/logo.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "My Quizzes",
            "short_name": "Quizzes",
            "description": "View your quiz history",
            "url": "/quizzes",
            "icons": [
                {
                    "src": "/logo.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "pdf",
                    "accept": [
                        "application/pdf",
                        ".pdf"
                    ]
                }
            ]
        }
    },
    "prefer_related_applications": false,
    "related_applications": []
}