{
  "manifest_version": 3,
  "name": "Smesh Signer",
  "version": "2.2.6",
  "description": "Nostr key management and signing for smesh",
  "background": { "service_worker": "bg/sw.mjs", "type": "module" },
  "permissions": ["storage", "activeTab", "offscreen"],
  "content_scripts": [{
    "matches": ["<all_urls>"],
    "js": ["content-script.js"],
    "run_at": "document_start"
  }],
  "web_accessible_resources": [{
    "resources": ["injected.js", "prompt.js"],
    "matches": ["<all_urls>"]
  }]
}
