-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-land.json
41 lines (41 loc) · 1.89 KB
/
elm-land.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"app": {
"elm": {
"development": { "debugger": true },
"production": { "debugger": false }
},
"env": [],
"html": {
"attributes": {
"html": { "lang": "en" },
"head": {}
},
"title": "Phoon - Wim Hof style breathwork with a flavor of Zen",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{ "name": "description", "lang": "en", "content": "A smartphone app (PWA) supporting your Wim Hof style breathwork"},
{ "name": "description", "lang": "de", "content": "Eine Web-App für Smartphones, die Dich bei deiner Wim Hof Atemübung unterstützt"},
{ "name": "keywords", "lang": "en", "content": "breathwork, Wim Hof Method, web app, pwa, elm, breathing, health, exercise, immune system"},
{ "name": "keywords", "lang": "de", "content": "Atemübung, Wim Hof Methode, web app, pwa, elm, Atmung, Gesundheit, Training, Immunsystem"},
{ "name": "viewport", "content": "viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, height=device-height" },
{ "name": "theme-color", "content": "#040e1e"},
{ "name": "mobile-web-app-capable", "content": "yes" },
{ "name": "apple-touch-fullscreen", "content": "yes" },
{ "name": "apple-mobile-web-app-capable", "content": "yes" },
{ "http-equiv": "Cache-Control", "content": "no-cache, no-store, must-revalidate"},
{ "http-equiv": "Pragma", "content": "no-cache"},
{ "http-equiv": "Expires", "content": "0"}
],
"link": [
{"rel": "manifest", "href": "/manifest.json"},
{"rel": "stylesheet", "href": "/app.css"}
],
"script": [{"src": "/registerServiceWorker.js"}, {"src": "/howler.core.min.js"}]
},
"router": {
"useHashRouting": true
},
"proxy": null
}
}