diff --git a/config.xml b/config.xml index ed52331..751eebd 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Hue Drums Play your hue lights like a drum and make your own lightshow! Tuur Lievens diff --git a/package-lock.json b/package-lock.json index 459ca0e..3f1a9ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "huedrums", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a3bc63..0046d2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huedrums", - "version": "1.1.0", + "version": "1.2.0", "author": "Tuur Lievens", "homepage": "https://www.tuurlievens.net/", "private": true, diff --git a/src/assets/logo192x192.png b/src/assets/logo192x192.png new file mode 100644 index 0000000..8395729 Binary files /dev/null and b/src/assets/logo192x192.png differ diff --git a/src/manifest.json b/src/manifest.json index f6456bb..97abdb6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,13 +1,13 @@ { - "name": "Ionic", - "short_name": "Ionic", + "name": "Hue Drums", + "short_name": "Hue Drums", "start_url": "index.html", "display": "standalone", "icons": [{ - "src": "assets/imgs/logo.png", - "sizes": "512x512", + "src": "assets/logo192x192.png", + "sizes": "192x192", "type": "image/png" }], - "background_color": "#4e8ef7", - "theme_color": "#4e8ef7" + "background_color": "#000", + "theme_color": "#000" } \ No newline at end of file