{
    "name": "FinchKeep",
    "short_name": "FinchKeep",
    "description": "Financial record keeping and accounting management",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "theme_color": "#0d9488",
    "background_color": "#ffffff",
    "orientation": "portrait-primary",
    "categories": ["finance", "business", "productivity"],
    "icons": [
        {
            "src": "apple-touch-icon-57x57.svg",
            "sizes": "57x57",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-60x60.svg",
            "sizes": "60x60",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-72x72.svg",
            "sizes": "72x72",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-76x76.svg",
            "sizes": "76x76",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-114x114.svg",
            "sizes": "114x114",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-120x120.svg",
            "sizes": "120x120",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-144x144.svg",
            "sizes": "144x144",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-152x152.svg",
            "sizes": "152x152",
            "type": "image/svg+xml"
        },
        {
            "src": "apple-touch-icon-180x180.svg",
            "sizes": "180x180",
            "type": "image/svg+xml"
        },
        {
            "src": "favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}