{
  "name": "AxisCommand",
  "short_name": "AxisCommand",
  "description": "Operate your team — contributions, projects, time, calendar.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F1117",
  "theme_color": "#0F1117",
  "categories": ["productivity", "business"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/axismeridi-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/axiscommand-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a contribution",
      "short_name": "Log",
      "description": "Quickly log a new contribution",
      "url": "/log",
      "icons": [{ "src": "/axismeridi-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Open the main dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/axismeridi-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My time",
      "short_name": "Time",
      "description": "Time tracking",
      "url": "/time",
      "icons": [{ "src": "/axismeridi-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
