{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "background_color": "#f7f8f9",
    "lang": "en",
    "description": "A simply readable Cybernews app.",
    "dir": "ltr",
    "display": "standalone",
    "name": "Cybernews",
    "orientation": "any",
    "scope": "/",
    "short_name": "Cybernews",
    "start_url": "/",
    "theme_color": "#121212",
    "categories": [],
    "screenshots": [],
    "icons": [
        {
            "src": "/images/favicons/favicon.svg",
            "type": "image/svg+xml"
        },
        {
            "src": "/images/icons/cybernews-logo.png",
            "type": "image/png",
            "sizes": "562x250",
            "purpose": "any"
        },
        {
            "src": "images/icons/pwa/splash.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "images/icons/pwa/maskable_icon.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [],
    "id": "/"
}
