v0.2.1: big-brain-driver app icon
All checks were successful
build-apk / build (push) Successful in 13m50s
All checks were successful
build-apk / build (push) Successful in 13m50s
New launcher icon: the big-brain guy driving with his brain filling the back seat. - icon.png: full-frame artwork (1024x1024). - adaptive-icon.png: car scaled into the central safe zone so the Android circle/squircle mask doesn't crop it; adaptive background set to white. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8a5408d193
commit
b1620ed19e
3 changed files with 3 additions and 3 deletions
|
|
@ -3,18 +3,18 @@
|
|||
"name": "BigBrainParking",
|
||||
"slug": "bigbrainparking",
|
||||
"scheme": "bigbrainparking",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"orientation": "portrait",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"newArchEnabled": true,
|
||||
"icon": "./assets/icon.png",
|
||||
"android": {
|
||||
"package": "top.mowden.bigbrainparking",
|
||||
"versionCode": 10,
|
||||
"versionCode": 11,
|
||||
"edgeToEdgeEnabled": true,
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#0F2A33"
|
||||
"backgroundColor": "#FFFFFF"
|
||||
},
|
||||
"permissions": [
|
||||
"ACCESS_COARSE_LOCATION",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue