{
    "id": "net.iefan.readit",
    "name": "ReadIt",
    "short_name": "ReadIt",
    "description": "Premium on-device Text-to-Speech reader for documents and web content.",
    "lang": "en",
    "dir": "ltr",
    "orientation": "portrait",
    "categories": ["productivity", "utilities", "books", "education"],
    "start_url": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "background_color": "#000000",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "assets/images/icon-192.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/images/icon-192.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "assets/images/icon-512.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/images/icon-512.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "assets/images/Screenshot-1.png",
            "sizes": "1224x1764",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ReadIt Player"
        },
        {
            "src": "assets/images/Screenshot-1.png",
            "sizes": "1224x1764",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ReadIt Player"
        },
        {
            "src": "assets/images/Screenshot-2.png",
            "sizes": "1224x1764",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ReadIt Library"
        },
        {
            "src": "assets/images/Screenshot-2.png",
            "sizes": "1224x1764",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ReadIt Library"
        }
    ],
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "application/pdf": [".pdf"],
                "text/plain": [".txt", ".md"],
                "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
            }
        }
    ],
    "share_target": {
        "action": "/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "name",
            "text": "description",
            "files": [
                {
                    "name": "file",
                    "accept": ["application/pdf", ".txt", ".md", ".docx"]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "Text",
            "short_name": "Text",
            "description": "Start reading from pasted text",
            "url": "/?action=paste",
            "icons": [{ "src": "assets/images/icon-192.png", "sizes": "384x384" }]
        },
        {
            "name": "Upload File",
            "short_name": "Upload",
            "description": "Select a document to read",
            "url": "/?action=upload",
            "icons": [{ "src": "assets/images/icon-192.png", "sizes": "384x384" }]
        }
    ]
}
