mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-05-19 16:20:17 +00:00
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:
committed by
Cameron Gutman
parent
7c3bee32ee
commit
27aaec02d2
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user