mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-06 10:41:21 +02:00
chore: simplify PWA manifest
- Simplify name to just 'Grimoire' - Add 'nostr' to categories for better discoverability - Remove shortcuts (not needed for initial launch)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Grimoire - A Nostr Client for Magicians",
|
||||
"name": "Grimoire",
|
||||
"short_name": "Grimoire",
|
||||
"description": "A tiling window manager interface for exploring the Nostr protocol. Each window is a Nostr app (profile viewer, event feed, NIP documentation, etc.). Commands are launched Unix-style via Cmd+K palette.",
|
||||
"start_url": "/",
|
||||
@@ -49,13 +49,5 @@
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["social", "utilities", "productivity"],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Command Palette",
|
||||
"short_name": "Commands",
|
||||
"description": "Open the command palette to launch Nostr apps",
|
||||
"url": "/?action=command-palette"
|
||||
}
|
||||
]
|
||||
"categories": ["social", "utilities", "productivity", "nostr"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user