{
    "name": "EasySubmit",
    "short_name": "EasySubmit",
    "description": "MTD cashbook for UK sole traders, landlords and CIS — record income and expenses on the go, submit to HMRC.",
    "start_url": "/records",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f9fafb",
    "theme_color": "#0f766e",
    "lang": "en-GB",
    "categories": ["finance", "business", "productivity"],
    "icons": [
        {
            "src": "/images/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Add income",
            "short_name": "Income",
            "description": "Record income on the go",
            "url": "/transactions/income/create",
            "icons": [{ "src": "/images/pwa-icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Add expense",
            "short_name": "Expense",
            "description": "Record an expense or receipt",
            "url": "/transactions/expenses/create",
            "icons": [{ "src": "/images/pwa-icon-192.png", "sizes": "192x192" }]
        }
    ]
}
