Skip to content

Commit

Permalink
rm example.com from host permission
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 25, 2025
1 parent fcfa162 commit 7926a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savvy-extension/chrome-extension/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const manifest = withSidePanel({
name: 'Savvy',
version: packageJson.version,
description: 'Create, Share, and Run Worfklows from your Browser & CLI',
host_permissions: ['http://localhost:8765/*', 'https://www.example.com/*'],
host_permissions: ['http://localhost:8765/*'],
permissions: ['history'],
background: {
service_worker: 'background.iife.js',
Expand Down

0 comments on commit 7926a7e

Please sign in to comment.