{
    "name": "demist",
    "short_name": "demist",
    "description": "Become a Citizen of the World Democracy",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ebebef",
    "orientation": "portrait-primary",
    "scope": "./",
    "lang": "en",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "./favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "./icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "description": "Go to demist home page",
            "url": "./",
            "icons": [
                {
                    "src": "data:image/svg+xml,%3Csvg width='192' height='192' viewBox='0 0 192 192' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='96' cy='96' r='90' fill='%23007bff'/%3E%3Ctext x='96' y='130' font-family='Arial' font-size='100' font-weight='bold' fill='white' text-anchor='middle'%3EJ%3C/text%3E%3C/svg%3E",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": []
}
