{
    "name": "CoinsTrack",
    "short_name": "CoinsTrack",
    "description": "Personal Finance Tracker",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#E8F4FD",
    "theme_color": "#B3DDF2",
    "id": "coinstrack",
    "icons": [
        {
            "src": "img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Transaction",
            "short_name": "Add",
            "url": "./#add",
            "icons": [{"src": "img/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Transactions",
            "short_name": "List",
            "url": "./#transactions",
            "icons": [{"src": "img/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Reports",
            "short_name": "Reports",
            "url": "./#reports",
            "icons": [{"src": "img/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
