Jorys Paulin 27aaec02d2 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
2018-07-29 01:08:31 -07:00

21 lines
434 B
JSON

{
"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"
}