{
  "manifest_version": 3,
  "name": "Claude to Nostr",
  "version": "0.1",
  "description": "Project Claude conversations to Nostr kind 1 events in real-time via NIP-07",
  "permissions": [],
  "content_scripts": [
    {
      "matches": ["https://claude.ai/*"],
      "js": ["claude-to-nostr.user.js"],
      "run_at": "document_idle",
      "world": "MAIN"
    }
  ]
}
