front: rename title and description
make clear distinction that this app isn't the official WorkAdventure make clear that this is just a WorkAdventure instance
This commit is contained in:
parent
a5a6c06b74
commit
2be30c101d
2 changed files with 16 additions and 10 deletions
5
front/dist/index.ejs
vendored
5
front/dist/index.ejs
vendored
|
@ -26,12 +26,15 @@
|
||||||
<meta name="msapplication-TileColor" content="#000000">
|
<meta name="msapplication-TileColor" content="#000000">
|
||||||
<meta name="msapplication-TileImage" content="static/images/favicons/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="static/images/favicons/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#000000">
|
<meta name="theme-color" content="#000000">
|
||||||
|
<meta property="og:title" content="Kraut.World" />
|
||||||
|
<meta property="og:description" content="WorkAdventure World powered by kraut.space and KABI.tk" />
|
||||||
|
<meta property="og:image" content="https://kraut.world/images/pic07.jpg" />
|
||||||
|
|
||||||
<script src="/env-config.js"></script>
|
<script src="/env-config.js"></script>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
|
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<title>WorkAdventure</title>
|
<title>Kraut.World</title>
|
||||||
</head>
|
</head>
|
||||||
<body id="body" style="margin: 0; background-color: #000">
|
<body id="body" style="margin: 0; background-color: #000">
|
||||||
<div class="main-container" id="main-container">
|
<div class="main-container" id="main-container">
|
||||||
|
|
19
front/dist/static/images/favicons/manifest.json
vendored
19
front/dist/static/images/favicons/manifest.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"short_name": "WA",
|
"short_name": "KrautWorld",
|
||||||
"name": "WorkAdventure",
|
"name": "Kraut.World powered by WorkAdventure",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/images/favicons/apple-icon-57x57.png",
|
"src": "/static/images/favicons/apple-icon-57x57.png",
|
||||||
|
@ -126,20 +126,23 @@
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
{
|
{
|
||||||
"name": "WorkAdventures",
|
"name": "Kraut.World",
|
||||||
"short_name": "WA",
|
"short_name": "KrautWorld",
|
||||||
"description": "WorkAdventure application",
|
"description": "A WorkAdventure World provided by kraut.space and KABI.tk",
|
||||||
"url": "/",
|
"url": "/",
|
||||||
"icons": [{ "src": "/static/images/favicons/android-icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
|
"icons": [{ "src": "/static/images/favicons/android-icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "WorkAdventure application",
|
"description": "A WorkAdventure World provided by kraut.space and KABI.tk",
|
||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"related_applications": [{
|
"related_applications": [{
|
||||||
"platform": "web",
|
"platform": "web",
|
||||||
"url": "https://workadventu.re"
|
"url": "https://kraut.world"
|
||||||
}, {
|
}, {
|
||||||
"platform": "play",
|
"platform": "play",
|
||||||
"url": "https://play.workadventu.re"
|
"url": "https://play.kraut.world"
|
||||||
|
}, {
|
||||||
|
"platform": "WorkAdventure",
|
||||||
|
"url": "https://workadventu.re"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue