diff options
Diffstat (limited to 'assets/public/icon/rook.webmanifest')
| -rw-r--r-- | assets/public/icon/rook.webmanifest | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/public/icon/rook.webmanifest b/assets/public/icon/rook.webmanifest new file mode 100644 index 0000000..5e70d4e --- /dev/null +++ b/assets/public/icon/rook.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/icon/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} |
