{
    "name": "Nevai Diagram",
    "short_name": "Nevai Diagram",
    "description": "Nevai Diagram - Secure, collaborative flowchart and diagram tool by Nevai.",
    "id": "/index.html",
    "start_url": "../index.html",
    "scope": "../",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0D0D0D",
    "theme_color": "#0F3460",
    "icons": [
        { "src": "../favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32 48x48" },
        { "src": "nevai-icon-192.png", "type": "image/png", "sizes": "192x192" },
        { "src": "nevai-icon-512.png", "type": "image/png", "sizes": "512x512" },
        { "src": "nevai-icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
        { "src": "nevai-icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "New Diagram",
            "short_name": "New Diagram",
            "url": "../index.html?create=new",
            "icons": [{ "src": "nevai-icon-192.png", "sizes": "192x192" }]
        }
    ],
    "file_handlers": [
        {
            "action": "../index.html",
            "accept": {
                "application/vnd.nevai.mxfile": [".nevaidiagram"]
            },
            "launch_type": "multiple-clients"
        }
    ]
}
