mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2025-07-01 07:15:37 +00:00
* 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
21 lines
434 B
JSON
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"
|
|
}
|