Skip to content

Commit

Permalink
feature: Try full screen web app (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Apr 29, 2024
1 parent 341a6ed commit d8c1c13
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/ReleaseNotes/whatsnew-en
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Header icons to change character.
Transfer buttons gain character name.
Various other UI tweaks.
Various other UI tweaks.
manifest.json.
Binary file modified native/assets/images/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified native/assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added native/assets/images/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added native/assets/images/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions native/public/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d8c1c13

Please sign in to comment.