diff --git a/scripts/generate-manifest.js b/scripts/generate-manifest.js index 279977c9..858a0656 100644 --- a/scripts/generate-manifest.js +++ b/scripts/generate-manifest.js @@ -16,7 +16,7 @@ const manifest = { author: 'Hiro PBC', description: 'Hiro Wallet is a safe way to manage your STX, sign into apps, and protect your funds while interacting with Clarity smart contracts.', - permissions: ['contextMenus', 'storage', 'webRequest', 'webRequestBlocking', '*://*/*'], + permissions: ['contextMenus', 'storage', '*://*/*'], manifest_version: 2, background: { scripts: ['browser-polyfill.js', 'background.js'],