{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Helios",
  "short_name": "Helios",
  "description": "A calm, astute guide to your team's work.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#fbfaf6",
  "background_color": "#fbfaf6",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Now",
      "short_name": "Now",
      "description": "Helios's read on the moment",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Review",
      "short_name": "Review",
      "description": "Proposals waiting on your yes",
      "url": "/review",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Work",
      "short_name": "Work",
      "description": "Every initiative, with Helios's read",
      "url": "/work",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["productivity", "business"],
  "prefer_related_applications": false
}
