feat(branding): scaffold default brand kit
Introduces branding/default/ as the unparameterized aiolabs brand: - logo.png (1024x1024, seeded from src/assets/logo.png) - brand.json with name, shortName, themeColor, backgroundColor First step toward white-label PWA branding (aiolabs/webapp#95). No consumer wiring yet — that's the next commits. Future deployers (NixOS hosts in server-deploy, third-party white-labelers) point BRAND_DIR at their own variant of this layout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5541d2bc7a
commit
a8c997ca8d
2 changed files with 6 additions and 0 deletions
6
branding/default/brand.json
Normal file
6
branding/default/brand.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "AIO",
|
||||
"shortName": "AIO",
|
||||
"themeColor": "#ffffff",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
BIN
branding/default/logo.png
Normal file
BIN
branding/default/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 KiB |
Loading…
Add table
Add a link
Reference in a new issue