{ "name": "Compass — Planner", "short_name": "Compass", "description": "A personal project planner. Projects are the spine; meetings, tasks and follow-ups hang off them.", "start_url": ".", "scope": ".", "display": "standalone", "orientation": "portrait", "background_color": "#0c0e12", "theme_color": "#0c0e12", "icons": [ { "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "assets/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" } ], "shortcuts": [ { "name": "Quick capture", "short_name": "Capture", "url": "./?add", "description": "Dump a task into the inbox" }, { "name": "Follow-ups", "short_name": "Follow-ups", "url": "./#/followups" } ] }