{
  "name": "Orbit",
  "short_name": "Orbit",
  "description": "Know who's in your orbit.",
  "start_url": "/people",
  "display": "standalone",
  "background_color": "#0c0a14",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add connection",
      "short_name": "Add",
      "url": "/people/new",
      "icons": [{ "src": "/icon-192", "sizes": "192x192" }]
    }
  ]
}
