{
  "name": "Hotchilli App",
  "short_name": "Hotchilli App",
  "description": "Process Automation — your data stays on your machine.",
  "id": "/scheduler",
  "start_url": "/scheduler",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0F1F3D",
  "theme_color": "#0F1F3D",
  "orientation": "any",
  "categories": ["productivity", "developer"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedules",
      "url": "/scheduler",
      "description": "What's running"
    },
    {
      "name": "Automation Flows",
      "url": "/projects",
      "description": "Draw and edit flows"
    },
    {
      "name": "Walker",
      "url": "/walker",
      "description": "Pair / manage devices"
    }
  ]
}
