{
    "$schema": "http://json.schemastore.org/web-manifest-combined",
    "name": "tayels",
    "short_name": "tayels",
    "start_url": "https://tayels.com",
    "description": "a links site for dumb hare on the internet.",
    "categories": ["links", "personal", "art"],
    "icons": [
        {
            "src": "/android-chrome-192x192.png?v=2",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-384x384.png?v=2",
            "sizes": "384x384",
            "type": "image/png"
        }
    ],
    "theme_color": "#495D90",
    "background_color": "#495D90",
    "display": "standalone",
    "screenshots": [
        {
            "src": "screenshot-pwa-wide.webp",
            "sizes": "2560x1323",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "home"
        },
        {
            "src": "screenshot-pwa-narrow.webp",
            "sizes": "390x844",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "home"
        }
    ],
    "shortcuts": [
        {
            "name": "reference sheet",
            "short_name": "ref",
            "description": "a reference sheet for tay",
            "url": "/ref",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "credits",
            "short_name": "credits",
            "description": "crediting artists that make my stuff possible",
            "url": "/credits",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}
