{
    "name": "Nether Web UI",
    "short_name": "Nether Web UI",
    "description": "Modern CSS styles and JS scripts for web development.",
    "start_url": "/?showas=app",
    "scope": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#1a1a1a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/img/icons/favicon.svg",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icons/favicon.svg",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/img/icons/favicon.svg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Components",
            "short_name": "Components",
            "url": "/?page=components",
            "icons": [
                {
                    "src": "/img/links.icons/components.svg",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "About",
            "short_name": "About",
            "url":"/?page=about",
            "icons": [
                {
                    "src": "/img/links.icons/about.svg",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "categories": [
        "development",
        "tools",
        "utilities"
    ]
}