mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 18:42:17 -07:00
527aa61a87
* rebasing * added launch background image to repository --------- Co-authored-by: Marty Fuhry <marty@fuhry.farm>
23 lines
361 B
JSON
23 lines
361 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "background.png",
|
|
"idiom" : "universal"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"filename" : "darkbackground.png",
|
|
"idiom" : "universal"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|