Files
tefter/frontend/public/manifest.webmanifest

16 lines
541 B
Plaintext
Raw Normal View History

{
"name": "Tefter",
"short_name": "Tefter",
"description": "Self-hosted Notational Velocity style notes",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#2f6fde",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}