aboutsummaryrefslogtreecommitdiffstats
path: root/public/notes/site.webmanifest
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-09-30 22:48:13 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-10-01 00:53:11 +0200
commit79bdb88a5fc099b5871a83d18eadf9b0448b41d1 (patch)
treed0a8e48dda7649205e08d17c2fa0de938e27a674 /public/notes/site.webmanifest
parentcf1fbb69d7cdb67219be187fc38feea5a6325f45 (diff)
downloadmy_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.tar.gz
my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.tar.bz2
my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.zip
added favicons & notes route for phone
Diffstat (limited to 'public/notes/site.webmanifest')
-rw-r--r--public/notes/site.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/notes/site.webmanifest b/public/notes/site.webmanifest
new file mode 100644
index 0000000..4b8f6fb
--- /dev/null
+++ b/public/notes/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "Notes",
+ "short_name": "Notes",
+ "icons": [
+ {
+ "src": "/notes/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/notes/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}