Skip to content

Commit

Permalink
fix: remove from v1
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Mar 29, 2024
1 parent 978f959 commit 29c3041
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/ext/src/manifest/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ module.exports = {
'all_frames': true, // including iframe inject
},
],
'side_panel': {
'default_path': 'ui-side-panel.html',
},
'permissions': [
'https://dapp-server.onekey.so/*', // allow CORS requests in firefox
// 'http://localhost:8545/',
Expand All @@ -73,7 +70,6 @@ module.exports = {
'notifications',
// 'activeTab',
// 'webRequest',
'sidePanel',
],
};
/*
Expand Down

0 comments on commit 29c3041

Please sign in to comment.