diff --git a/images/manifest/icons-144.png b/images/manifest/icons-144.png new file mode 100644 index 0000000..2161802 Binary files /dev/null and b/images/manifest/icons-144.png differ diff --git a/images/manifest/icons-16.png b/images/manifest/icons-16.png new file mode 100644 index 0000000..91b7e03 Binary files /dev/null and b/images/manifest/icons-16.png differ diff --git a/images/manifest/icons-32.png b/images/manifest/icons-32.png new file mode 100644 index 0000000..9872bf2 Binary files /dev/null and b/images/manifest/icons-32.png differ diff --git a/images/manifest/icons-36.png b/images/manifest/icons-36.png new file mode 100644 index 0000000..8f1a611 Binary files /dev/null and b/images/manifest/icons-36.png differ diff --git a/images/manifest/icons-48.png b/images/manifest/icons-48.png new file mode 100644 index 0000000..c47ce87 Binary files /dev/null and b/images/manifest/icons-48.png differ diff --git a/images/manifest/icons-72.png b/images/manifest/icons-72.png new file mode 100644 index 0000000..e9e8ca2 Binary files /dev/null and b/images/manifest/icons-72.png differ diff --git a/images/manifest/icons-96.png b/images/manifest/icons-96.png new file mode 100644 index 0000000..5f273ef Binary files /dev/null and b/images/manifest/icons-96.png differ diff --git a/images/touch/icons-120.png b/images/touch/icons-120.png new file mode 100644 index 0000000..6167a41 Binary files /dev/null and b/images/touch/icons-120.png differ diff --git a/images/touch/icons-144.png b/images/touch/icons-144.png new file mode 100644 index 0000000..8950b7c Binary files /dev/null and b/images/touch/icons-144.png differ diff --git a/images/touch/icons-152.png b/images/touch/icons-152.png new file mode 100644 index 0000000..d315fa7 Binary files /dev/null and b/images/touch/icons-152.png differ diff --git a/images/touch/icons-180.png b/images/touch/icons-180.png new file mode 100644 index 0000000..b633bc6 Binary files /dev/null and b/images/touch/icons-180.png differ diff --git a/images/touch/icons-57.png b/images/touch/icons-57.png new file mode 100644 index 0000000..ad1f201 Binary files /dev/null and b/images/touch/icons-57.png differ diff --git a/images/touch/icons-60.png b/images/touch/icons-60.png new file mode 100644 index 0000000..f197dd8 Binary files /dev/null and b/images/touch/icons-60.png differ diff --git a/images/touch/icons-72.png b/images/touch/icons-72.png new file mode 100644 index 0000000..9875cce Binary files /dev/null and b/images/touch/icons-72.png differ diff --git a/images/touch/icons-76.png b/images/touch/icons-76.png new file mode 100644 index 0000000..bab0f62 Binary files /dev/null and b/images/touch/icons-76.png differ diff --git a/index.html b/index.html index 6ccb532..e90eaea 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,18 @@ + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index f3cad92..c168f0a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,6 +2,31 @@ "short_name": "Moonlight", "name": "Moonlight Game Streaming", "icons": [ + { + "src": "/images/manifest/icons-36.png", + "type": "image/png", + "sizes": "36x36" + }, + { + "src": "/images/manifest/icons-48.png", + "type": "image/png", + "sizes": "48x48" + }, + { + "src": "/images/manifest/icons-72.png", + "type": "image/png", + "sizes": "72x72" + }, + { + "src": "/images/manifest/icons-96.png", + "type": "image/png", + "sizes": "96x96" + }, + { + "src": "/images/manifest/icons-144.png", + "type": "image/png", + "sizes": "144x144" + }, { "src": "/images/manifest/icons-192.png", "type": "image/png", @@ -16,5 +41,15 @@ "start_url": "/?source=homescreen", "background_color": "#434343", "display": "browser", - "theme_color": "#3367D6" + "theme_color": "#3367D6", + "prefer_related_applications": true, + "related_applications": [ + { + "platform": "play", + "url": "https://play.google.com/store/apps/details?id=com.limelight", + "id": "com.limelight" + }, { + "platform": "itunes", + "url": "https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566" + }] }