{
  "name": "Relay — RBR Growth Consulting",
  "short_name": "Relay",
  "description": "Task tracker for Rob and Bala at RBR Growth Consulting",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0f1a",
  "theme_color": "#1a1d2e",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "New Task",
      "description": "Create a new task",
      "url": "/?action=new",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
