{
    "name": "Debt Tracker",
    "short_name": "Debt Tracker",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#FFFFFFFF",
    "theme_color": "#FFFFFFFF",
    "description": "A simple light-weight app to help you track how much money you owe people and how much they owe you, following the material design guidelines.",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
