Add bear + QR app icon
Some checks failed
Build Android APK / build-apk (push) Failing after 35m46s

A green icon where a QR code's finder squares form a bear face — brown ears on
top, cream snout in the center. Wired as the main icon, the Android adaptive
icon (foreground + #0f1a12 background), and the web/PWA icons + favicon.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hank 2026-07-09 16:42:35 +00:00
parent 7a6653b658
commit 42043957e0
9 changed files with 5 additions and 0 deletions

View file

@ -7,9 +7,14 @@
"scheme": "campscan",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"icon": "./assets/icon.png",
"android": {
"package": "top.mowden.campscan",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0f1a12"
},
"permissions": [
"android.permission.CAMERA",
"android.permission.VIBRATE"