{
  "name": "NEXUS | Command",
  "short_name": "NEXUS",
  "description": "Nexus command center — business operations, deliverables, and agent management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020308",
  "theme_color": "#00d4ff",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Quick Ember",
      "short_name": "Ember",
      "description": "Quickly submit an ember idea",
      "url": "/quick-ember",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "The Forge",
      "short_name": "Forge",
      "url": "/the-forge",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
