diff --git a/package.json b/package.json index 92c567f..a6184c9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "grindd", + "name": "urge", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", @@ -36,5 +36,5 @@ "@ionic/app-scripts": "3.1.8", "typescript": "2.4.2" }, - "description": "An Ionic project" + "description": "Nick Pfosi's exploration at modern gay app-based meeting and dating" } diff --git a/src/assets/icon/favicon.ico b/src/assets/icon/favicon.ico index d76fa29..818334d 100644 Binary files a/src/assets/icon/favicon.ico and b/src/assets/icon/favicon.ico differ diff --git a/src/assets/imgs/logo.png b/src/assets/imgs/logo.png index 80f631d..60df705 100644 Binary files a/src/assets/imgs/logo.png and b/src/assets/imgs/logo.png differ diff --git a/src/desktop.html b/src/desktop.html deleted file mode 100644 index 4e8586d..0000000 --- a/src/desktop.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - Urge - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/manifest.json b/src/manifest.json index eb25ba6..a91a5e9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name": "Groundr", - "short_name": "Groundr", + "name": "urge", + "short_name": "urge", "start_url": "index.html", "display": "standalone", "icons": [{ @@ -8,6 +8,6 @@ "sizes": "512x512", "type": "image/png" }], - "background_color": "#4e8ef7", - "theme_color": "#4e8ef7" + "background_color": "#191b1c", + "theme_color": "#191b1c" }