Files
orgweb/static/manifest.webmanifest

30 lines
638 B
JSON

{
"name": "Org Web Adapter",
"short_name": "OrgWeb",
"description": "Browse, edit, and capture notes in your Org files.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0f1720",
"theme_color": "#0f1720",
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/static/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}