Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
Frakits committed Jan 5, 2025
1 parent cc21f64 commit 39b0695
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta property="twitter:description" content="Website dedicated to things for Codename Engine!" />
<meta property="twitter:image" content="https://codename-engine.com/img/banner.png" />

<meta name="theme-color" content="#7f33b8">
<meta name="theme-color" content="#b265bd">

<link rel="icon" href="root/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="180x180" href="root/apple-touch-icon.png">
Expand Down
20 changes: 19 additions & 1 deletion src/toplevel/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{"name":"Codename Engine","short_name":"CNE","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#7f33b8","background_color":"#7f33b8","display":"standalone"}
{
"name": "Codename Engine",
"short_name": "CNE",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#b265bd",
"background_color": "#2d1e32",
"display": "standalone"
}

0 comments on commit 39b0695

Please sign in to comment.