{
    "short_name": "WealthPos",
    "name": "WealthPosition",
    "icons": [
        {
            "src": "/static/home/images/logo/wp_logo_blue_shape_white_background.svg",
            "type": "image/svg+xml",
            "sizes": "any",
            "purpose": "any"
        },
        {
            "src": "/static/home/images/logo/wp_logo_blue_shape_white_background.svg",
            "type": "image/svg+xml",
            "sizes": "any",
            "purpose": "maskable"
        },
        {
            "src": "/static/home/images/logo/wp_logo_blue_shape_white_background_512x512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        },
        {
            "src": "/static/home/images/logo/wp_logo_blue_shape_white_background_512x512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        }
    ],
    "id": "WealthPosition",
    "scope": "/",
    "start_url": "/app/last_page",
    "launch_handler": {
        "client_mode": "auto"
    },
    "display": "standalone",
    "dir": "ltr",
    "edge_side_panel": {
        "preferred_width": 400
    },
    "lang": "en",
    "background_color": "#465366",
    "theme_color": "#465366",
    "description": "WealthPosition helps you track and budget your finances to achieve financial independence",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://www.wealthposition.com/static/wealthposition/manifest.json"
        }
    ],
    "shortcuts": [
        {
            "name": "New transaction",
            "short_name": "New transaction",
            "url": "/app/manage_transactions#new_transaction",
            "description": "Add a new transaction",
            "icons": [
                {
                    "src": "/static/home/icons/add_96x96.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml",
                    "purpose": "any"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/static/home/images/screenshots/dashboard.webp",
            "sizes": "2838x1602",
            "type": "image/webp"
        },
        {
            "src": "/static/home/images/screenshots/dashboard.webp",
            "sizes": "2838x1602",
            "form_factor": "wide",
            "type": "image/webp"
        },
        {
            "src": "/static/home/images/screenshots/financial_statement.webp",
            "sizes": "2838x1602",
            "type": "image/webp"
        },
        {
            "src": "/static/home/images/screenshots/financial_statement.webp",
            "sizes": "2838x1602",
            "form_factor": "wide",
            "type": "image/webp"
        }
    ],
    "categories": [
        "finance",
        "utilities",
        "productivity",
        "lifestyle"
    ]
}