{ "name": "Sadhak Space", "short_name": "Sadhak Space", "description": "Home for the Daily Introspection Tracker and the Art of Scheduling & Balancing a Day.", "start_url": "./index.html", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#f5ead8", "theme_color": "#f5ead8", "icons": [ { "src": "app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "app-icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Daily Introspection", "url": "./introspection/index.html", "icons": [{ "src": "tool-introspection.png", "sizes": "512x512" }] }, { "name": "Balancing a Day", "url": "./scheduling/index.html", "icons": [{ "src": "tool-scheduling.png", "sizes": "512x512" }] } ] }