chore(web): order json files alphabetically (#10076)

This commit is contained in:
Zack Pollard
2024-06-10 14:37:21 +01:00
committed by GitHub
parent 2f25a8a437
commit 22a0b4d900
36 changed files with 391 additions and 377 deletions

View File

@@ -1,9 +1,7 @@
{
"name": "Immich",
"short_name": "Immich",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"display": "standalone",
"icons": [
{
"src": "manifest-icon-192.maskable.png",
@@ -30,6 +28,8 @@
"purpose": "maskable"
}
],
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"lang": "en"
"lang": "en",
"name": "Immich",
"short_name": "Immich",
"start_url": "/"
}