Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-17 16:57:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-17 16:57:48 +0300
commit6d343b9fc18f4627e9cf58ab87064d8dedf18b07 (patch)
tree39e7b63e401a241279782662ec75a34b791f010d /site.webmanifest
parent9aa09051f976ef1dc426f664196aba80a064c720 (diff)
favicon
Diffstat (limited to 'site.webmanifest')
-rw-r--r--site.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/site.webmanifest b/site.webmanifest
new file mode 100644
index 0000000..b20abb7
--- /dev/null
+++ b/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}