mirror of
https://github.com/layer-systems/website.git
synced 2026-09-13 06:07:29 +02:00
18 lines
483 B
JSON
18 lines
483 B
JSON
{
|
|
"name": "Nostr OS — a desktop for Nostr",
|
|
"short_name": "Nostr OS",
|
|
"description": "A Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f4f1ec",
|
|
"theme_color": "#8b5cf6",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|