{
    "name": "Babylon",
    "short_name": "Babylon",
    "description": "Ancient wisdom for modern money. Allocate your income, crush your debt, and plan every goal.",
    "start_url": "/babylon/app/",
    "scope": "/babylon/app/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#1C1209",
    "background_color": "#1C1209",
    "lang": "en",
    "categories": [
        "finance",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/babylon/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/babylon/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Money Allocator",
            "short_name": "Allocator",
            "description": "Split your income the Babylon way",
            "url": "/babylon/app/babylon.html",
            "icons": [
                {
                    "src": "/babylon/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Debt Tracker",
            "short_name": "Debt",
            "description": "See your debt freedom date",
            "url": "/babylon/app/babylon-debt.html",
            "icons": [
                {
                    "src": "/babylon/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Goal Planner",
            "short_name": "Goals",
            "description": "Plan every goal with a timeline",
            "url": "/babylon/app/babylon-goals.html",
            "icons": [
                {
                    "src": "/babylon/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}