Wybrane logo: interlocked double-o "oo" (off-white ringi + oxblood doty na warm charcoal). Wygenerowane przez Gemini 3 Pro Image (Nano Banana), wybrane z 8 wariantow przez Jana. Native icons (wejda przy nast. APK buildzie, nie OTA): - assets/icon.png, adaptive-icon.png, splash.png, favicon.png — zlozone z mastera przez PIL (mark wyciety po alpha-masce, osadzony na dokladnym #15110D, rozne fill-ratio per asset). - app.json: adaptiveIcon + splash backgroundColor #0E1018 (stary navy) -> #15110D. In-app (OTA): - GoonMark SVG przerobiony z pojedynczego ring+dot na double-o (2 ringi + doty), spojny z app-icon. Login: mark 92 + wordmark 40. Landing goon-foss.org (osobny deploy na caddy volume): - /logo.png + /favicon.png upload, <link rel=icon/apple-touch-icon>, hero brand block: dot+text -> <img logo> + dwutonowy "g[oo]n". OTA: a81ea98c-723d-4b39-9dc0-bbe8736c104e. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"expo": {
|
|
"name": "goon",
|
|
"slug": "goon",
|
|
"version": "0.1.9",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": false,
|
|
"runtimeVersion": "1.0",
|
|
"updates": {
|
|
"enabled": true,
|
|
"url": "https://api.goon-foss.org/expo-updates/manifest",
|
|
"checkAutomatically": "ON_LOAD",
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"icon": "./assets/icon.png",
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.goon.mobile"
|
|
},
|
|
"android": {
|
|
"package": "com.goon.mobile",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#15110D"
|
|
}
|
|
},
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"backgroundColor": "#15110D",
|
|
"resizeMode": "contain"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-asset",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"usesCleartextTraffic": false
|
|
}
|
|
}
|
|
],
|
|
"expo-video",
|
|
"@sentry/react-native/expo",
|
|
"expo-font"
|
|
],
|
|
"extra": {
|
|
"sentryDsn": "",
|
|
"sentryEnvironment": "production"
|
|
}
|
|
}
|
|
}
|