mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Add web app manifest (#1174)
* Add web app manifest, link to new manifest on mobile template. * Remove duplicate manifest entry.
This commit is contained in:
parent
3b148eb6f8
commit
3e89855aa3
14
src/public/manifest.webmanifest
Normal file
14
src/public/manifest.webmanifest
Normal file
@ -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"
|
||||||
|
}]
|
||||||
|
}
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<title>Trilium Notes</title>
|
<title>Trilium Notes</title>
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="images/app-icons/ios/apple-touch-icon.png">
|
<link rel="manifest" href="manifest.webmanifest">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.lds-roller {
|
.lds-roller {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user