Skip to content

Commit

Permalink
add a manifest.json and logos
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscox committed Aug 30, 2024
1 parent 3fa2754 commit 87d0a6f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
content="Koyeb is a developer-friendly serverless platform to deploy apps globally. No-ops, servers, and infrastructure management."
/>

<link rel="manifest" href="/manifest.json" />

<title>Koyeb</title>
</head>
<body>
Expand Down
5 changes: 5 additions & 0 deletions public/logo-maskable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"short_name": "Koyeb",
"name": "Koyeb Control Panel",
"start_url": ".",
"icons": [
{
"src": "/logo.svg",
"sizes": "any"
},
{
"src": "/logo-maskable.svg",
"sizes": "any",
"purpose": "maskable"
}
],
"display": "standalone",
"theme_color": "#059669",
"background_color": "#000000"
}

0 comments on commit 87d0a6f

Please sign in to comment.