{
  "name": "N3XA",
  "short_name": "N3XA",
  "description": "Major-label power for every artist. Releases, revenue, audience and live in one command centre.",
  "theme_color": "#10101a",
  "background_color": "#10101a",
  "display": "standalone",
  "start_url": "/?source=pwa",
  "scope": "/",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "categories": ["music", "productivity", "business"],
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "/n3xa-icon-dark.png", "sizes": "any", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's tasks",
      "short_name": "Tasks",
      "description": "Jump to today's task list",
      "url": "/company/tasks?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "Open the deal pipeline",
      "url": "/company/pipeline?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the company dashboard",
      "url": "/company?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
