Turnpike/frontend/public/manifest.json

14 lines
382 B
JSON
Raw Permalink Normal View History

{
"name": "Turnpike",
"short_name": "Turnpike",
"description": "Event attendee & volunteer management",
"start_url": "/",
"display": "standalone",
"background_color": "#0f1117",
"theme_color": "#6366f1",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}