mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
Adds the Daytona icon (from their GitHub org avatar) so the cloud picker shows a proper logo instead of a text "D" placeholder. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
26 lines
712 B
JSON
26 lines
712 B
JSON
{
|
|
"hetzner": {
|
|
"url": "https://www.hetzner.com/_resources/themes/hetzner/images/favicons/ms-icon-310x310.png",
|
|
"ext": "png"
|
|
},
|
|
"aws": {
|
|
"url": "https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png",
|
|
"ext": "png"
|
|
},
|
|
"digitalocean": {
|
|
"url": "https://www.digitalocean.com/_next/static/media/android-chrome-512x512.5f2e6221.png",
|
|
"ext": "png"
|
|
},
|
|
"gcp": {
|
|
"url": "https://www.gstatic.com/cgc/super_cloud.png",
|
|
"ext": "png"
|
|
},
|
|
"daytona": {
|
|
"url": "https://avatars.githubusercontent.com/u/130513197?v=4&s=128",
|
|
"ext": "png"
|
|
},
|
|
"sprite": {
|
|
"url": "https://sprites.dev/images/favicon/apple-touch-icon.png",
|
|
"ext": "png"
|
|
}
|
|
}
|