diff --git a/native/ReleaseNotes/whatsnew-en b/native/ReleaseNotes/whatsnew-en index b63c68dd..c49363f8 100644 --- a/native/ReleaseNotes/whatsnew-en +++ b/native/ReleaseNotes/whatsnew-en @@ -1,3 +1,4 @@ Header icons to change character. Transfer buttons gain character name. -Various other UI tweaks. \ No newline at end of file +Various other UI tweaks. +manifest.json. \ No newline at end of file diff --git a/native/assets/images/adaptive-icon.png b/native/assets/images/adaptive-icon.png index 8386e37b..41547643 100644 Binary files a/native/assets/images/adaptive-icon.png and b/native/assets/images/adaptive-icon.png differ diff --git a/native/assets/images/icon.png b/native/assets/images/icon.png index 38cb493b..ca2dc621 100644 Binary files a/native/assets/images/icon.png and b/native/assets/images/icon.png differ diff --git a/native/assets/images/logo192.png b/native/assets/images/logo192.png new file mode 100644 index 00000000..60452638 Binary files /dev/null and b/native/assets/images/logo192.png differ diff --git a/native/assets/images/logo512.png b/native/assets/images/logo512.png new file mode 100644 index 00000000..663b86e2 Binary files /dev/null and b/native/assets/images/logo512.png differ diff --git a/native/public/manifest.json b/native/public/manifest.json new file mode 100644 index 00000000..095945e6 --- /dev/null +++ b/native/public/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "Guardian Ghost", + "name": "Guardian Ghost", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "https://app.guardianghost.com", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}