(fix): actually fix android icons
This commit is contained in:
parent
0c933e4890
commit
b0cdf0adf2
26 changed files with 21 additions and 19 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"default": "./logo.svg",
|
||||
|
||||
"android_fg": "./logo.svg",
|
||||
"android_fg": "./android.png",
|
||||
"android_bg": "./background.png",
|
||||
"android_fg_scale": 80
|
||||
"android_fg_scale": 100,
|
||||
"android_monochrome": "./monochrome.png"
|
||||
}
|
||||
Loading…
Reference in a new issue