mirror of
https://github.com/zadam/trilium.git
synced 2025-09-21 05:55:44 +08:00
14 lines
303 B
JSON
14 lines
303 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"
|
|
}]
|
|
}
|