{
  "name": "k256 Replay",
  "short_name": "Replay",
  "description": "Dedicated Solana replay environments for booting snapshots, advancing slots, patching accounts, and testing RPC, WebSocket, and Geyser behavior.",
  "id": "/app/replay",
  "start_url": "/app/replay",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#14f195",
  "shortcuts": [
    {
      "name": "Replay environments",
      "short_name": "Environments",
      "description": "Open the Replay dashboard and manage dedicated Solana replay environments.",
      "url": "/app/replay",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New Replay environment",
      "short_name": "New",
      "description": "Create a dedicated Solana replay environment.",
      "url": "/app/replay/new",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Snapshot library",
      "short_name": "Snapshots",
      "description": "Browse published Solana snapshots available for Replay boots.",
      "url": "/app/replay/snapshots",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Replay API explorer",
      "short_name": "Replay API",
      "description": "Browse Replay HTTP endpoints and MCP setup.",
      "url": "/replay/api",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Activity log",
      "short_name": "Activity",
      "description": "Review Replay environment activity for the current workspace.",
      "url": "/app/replay/activity",
      "icons": [
        {
          "src": "/icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}
