e7342087a5
- Update start script to accept PORT environment variable with default fallback to 3000 - Change manifest theme color from teal (#00d4aa) to white (#ffffff) for consistent branding - Align theme configuration with recent accent color updates across the application
36 lines
866 B
JSON
36 lines
866 B
JSON
{
|
|
"name": "Synapsis",
|
|
"short_name": "Synapsis",
|
|
"description": "Federated social network infrastructure",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a0a",
|
|
"theme_color": "#ffffff",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": [
|
|
"social",
|
|
"communication"
|
|
],
|
|
"screenshots": [],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Compose",
|
|
"url": "/?compose=true",
|
|
"description": "Write a new post"
|
|
}
|
|
]
|
|
} |