NoteDiscovery/frontend/manifest.json

34 lines
732 B
JSON
Raw Permalink Normal View History

2026-01-01 14:26:03 +00:00
{
"name": "NoteDiscovery",
"short_name": "Notes",
"description": "A beautiful, self-hosted markdown notes application",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#667eea",
"orientation": "any",
"scope": "/",
"icons": [
{
"src": "/static/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/static/logo.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/static/logo.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": ["productivity", "utilities"]
}