mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Replace the vanilla Flutter splash with the OOTT wordmark (Barlow Condensed Bold) on the Gruvbox-dark background, matching the in-app AppBar badge. Generated via flutter_native_splash, covering legacy Android, the Android 12+ SplashScreen API, and iOS (light + dark). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
|
|
}
|
|
}
|