Files
Prisma-UML-Viewer/apps/web/public/manifest.json
T

22 lines
516 B
JSON
Raw Normal View History

2026-01-18 23:33:05 +01:00
{
"name": "Prisma UML Viewer",
"short_name": "Prisma UML",
"description": "A online tool to visualize and explore your Prisma schema as an interactive ERD diagram.",
"theme_color": "#2563eb",
"background_color": "#09090b",
"display": "standalone",
"start_url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}