{
    "id": "./",
    "name": "WNE FINANCE",
    "short_name": "WNE FINANCE",
    "description": "Personal and business finance: accounts, transactions, budgets, goals and reports.",
    "start_url": "./dashboard",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#0f1b2d",
    "background_color": "#f4f6f9",
    "categories": ["finance", "business", "productivity"],
    "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
        { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
    ],
    "shortcuts": [
        { "name": "Add expense", "url": "./expenses/create", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Add income", "url": "./income/create", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Transactions", "url": "./transactions", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
    ]
}
