feat: app icon/splash asset guidelines + app.json config (FIBEROPS-209)

- Fix slug typo: "firberops" → "fiberops"
- Update splash backgroundColor to brand #F8FAFC (was Expo default #2563EB)
- Update android adaptiveIcon backgroundColor to brand cyan #0891B2
- Add assets/ASSETS.md with full brand guidelines (colors, fonts, dimensions)
- Add scripts/generate-assets.sh to regenerate PNGs from SVG sources via inkscape/rsvg-convert
This commit is contained in:
2026-04-01 01:05:28 +00:00
parent c0d36fd895
commit 313a2f8a03
3 changed files with 232 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"expo": {
"name": "FiberOps",
"slug": "firberops",
"slug": "fiberops",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -10,7 +10,7 @@
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#2563EB"
"backgroundColor": "#F8FAFC"
},
"ios": {
"supportsTablet": false,
@@ -19,7 +19,7 @@
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#2563EB"
"backgroundColor": "#0891B2"
},
"package": "com.fiberops.mobile",
"permissions": [