{
    "name": "Inkwell",
    "short_name": "Inkwell",
    "description": "Scan handwritten pages to digital text",
    "start_url": "./index.html",
    "display": "fullscreen",
    "orientation": "portrait",
    "background_color": "#0d0d0d",
    "theme_color": "#0d0d0d",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
