diff --git a/src/public/manifest.webmanifest b/src/public/manifest.webmanifest new file mode 100644 index 000000000..38c009045 --- /dev/null +++ b/src/public/manifest.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "Trilium", + "short_name": "Trilium", + "theme_color": "DarkGray", + "background_color": "DarkGray", + "display": "standalone", + "scope": "/", + "start_url": "/", + "icons": [{ + "src": "images/app-icons/ios/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }] +} diff --git a/src/views/mobile.ejs b/src/views/mobile.ejs index 74d440fff..2c0ebbeff 100644 --- a/src/views/mobile.ejs +++ b/src/views/mobile.ejs @@ -5,7 +5,7 @@