Optimisations (#11)

* Changed description meta tag

* Added theme-color meta tag

* Added manifest.json

* Made lighthouse optimisations

* Updated JQuery from 1.0 to 3.0

* Fixed display mode from standalone to brower

* Added background color to header

* Hotfix: re-centered names
This commit is contained in:
Jorys Paulin
2018-07-29 10:08:31 +02:00
committed by Cameron Gutman
parent 7c3bee32ee
commit 27aaec02d2
6 changed files with 124 additions and 94 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"short_name": "Moonlight",
"name": "Moonlight Game Streaming",
"icons": [
{
"src": "/images/manifest/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/manifest/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?source=homescreen",
"background_color": "#434343",
"display": "browser",
"theme_color": "#3367D6"
}