- Add @paperclipai/branding workspace dep to ui/package.json and cli/package.json - Change <title> and apple-mobile-web-app-title to Nexus in ui/index.html - Replace site.webmanifest name/short_name with Nexus - Replace paperclip SVG favicon with N-letter Nexus favicon
30 lines
663 B
JSON
30 lines
663 B
JSON
{
|
|
"id": "/",
|
|
"name": "Nexus",
|
|
"short_name": "Nexus",
|
|
"description": "AI-powered project management and agent coordination platform",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"theme_color": "#18181b",
|
|
"background_color": "#18181b",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|