34 lines
732 B
JSON
34 lines
732 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|
||
|
|
|