mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f8ade4d0c5
1 changed files with 18 additions and 10 deletions
|
@ -1,14 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "Trilium",
|
"name": "Trilium Notes",
|
||||||
"short_name": "Trilium",
|
"short_name": "Trilium",
|
||||||
"theme_color": "DarkGray",
|
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.",
|
||||||
"background_color": "DarkGray",
|
"theme_color": "#333333",
|
||||||
|
"background_color": "#1F1F1F",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "./",
|
"scope": "/",
|
||||||
"start_url": "./",
|
"start_url": "/",
|
||||||
"icons": [{
|
"icons": [
|
||||||
"src": "assets/vX/images/app-icons/ios/apple-touch-icon.png",
|
{
|
||||||
|
"src": "/assets/vX/images/app-icons/ios/apple-touch-icon.png",
|
||||||
"sizes": "180x180",
|
"sizes": "180x180",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/vX/images/app-icons/png/512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue