mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-14 01:40:23 +01:00
fix: makes the icon adaptive for android (#569)
This commit is contained in:
4
app.json
4
app.json
@@ -33,7 +33,9 @@
|
|||||||
"jsEngine": "hermes",
|
"jsEngine": "hermes",
|
||||||
"versionCode": 53,
|
"versionCode": 53,
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/images/adaptive_icon.png"
|
"foregroundImage": "./assets/images/adaptive_icon.png",
|
||||||
|
"backgroundColor": "#464646"
|
||||||
|
|
||||||
},
|
},
|
||||||
"package": "com.fredrikburmester.streamyfin",
|
"package": "com.fredrikburmester.streamyfin",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 79 KiB |
Reference in New Issue
Block a user