{ "name": "Sumlog — Money In, Money Out", "short_name": "Sumlog", "description": "Daily money tracker for everyday people. Track money in and money out — works offline.", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#fafaf7", "theme_color": "#008751", "lang": "en", "categories": ["finance", "productivity", "business"], "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" } ], "shortcuts": [ { "name": "Money In", "short_name": "In", "url": "./?action=in", "description": "Record money received" }, { "name": "Money Out", "short_name": "Out", "url": "./?action=out", "description": "Record money spent" } ] }