mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00

* Add web app manifest, link to new manifest on mobile template. * Remove duplicate manifest entry.
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"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"
|
|
}]
|
|
}
|