{
  "name": "Nostr Raw Events - Protocol Explorer",
  "short_name": "Nostr Raw",
  "description": "Debug and explore the Nostr protocol. View any event kind, create custom events, and understand how Nostr works.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "utilities", "developer"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Global Feed",
      "short_name": "Global",
      "description": "View global Nostr events from all relays",
      "url": "/",
      "icons": []
    },
    {
      "name": "Create Event",
      "short_name": "Create",
      "description": "Create a custom Nostr event with any kind",
      "url": "/?create=true",
      "icons": []
    }
  ]
}
