diff --git a/images/launcher-icon-0-75x.png b/images/launcher-icon-0-75x.png new file mode 100644 index 0000000..4735dd7 Binary files /dev/null and b/images/launcher-icon-0-75x.png differ diff --git a/images/launcher-icon-1-5x.png b/images/launcher-icon-1-5x.png new file mode 100644 index 0000000..0db9af1 Binary files /dev/null and b/images/launcher-icon-1-5x.png differ diff --git a/images/launcher-icon-1x.png b/images/launcher-icon-1x.png new file mode 100644 index 0000000..a02e644 Binary files /dev/null and b/images/launcher-icon-1x.png differ diff --git a/images/launcher-icon-2x.png b/images/launcher-icon-2x.png new file mode 100644 index 0000000..eabf7c0 Binary files /dev/null and b/images/launcher-icon-2x.png differ diff --git a/images/launcher-icon-3x.png b/images/launcher-icon-3x.png new file mode 100644 index 0000000..48ff0bb Binary files /dev/null and b/images/launcher-icon-3x.png differ diff --git a/images/launcher-icon-4x.png b/images/launcher-icon-4x.png new file mode 100644 index 0000000..69f42ad Binary files /dev/null and b/images/launcher-icon-4x.png differ diff --git a/index.html b/index.html index 413a8a7..bb1ba61 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@ + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..731cf00 --- /dev/null +++ b/manifest.json @@ -0,0 +1,44 @@ +{ + "name": "Level2", + "icons": [ + { + "src": "images/launcher-icon-0-75x.png", + "sizes": "36x36", + "type": "image/png", + "density": "0.75" + }, + { + "src": "images/launcher-icon-1x.png", + "sizes": "48x48", + "type": "image/png", + "density": "1.0" + }, + { + "src": "images/launcher-icon-1-5x.png", + "sizes": "72x72", + "type": "image/png", + "density": "1.5" + }, + { + "src": "images/launcher-icon-2x.png", + "sizes": "96x96", + "type": "image/png", + "density": "2.0" + }, + { + "src": "images/launcher-icon-3x.png", + "sizes": "144x144", + "type": "image/png", + "density": "3.0" + }, + { + "src": "images/launcher-icon-4x.png", + "sizes": "192x192", + "type": "image/png", + "density": "4.0" + } + ], + "start_url": "index.html", + "display": "standalone", + "orientation": [] +}