Skip to content

Commit

Permalink
fix: remove management permission requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jun 18, 2024
1 parent d9ca35b commit ecd6059
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/chrome/background/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ chrome.storage.onChanged.addListener(handleStorageChange)
chrome.action.onClicked.addListener(openParingPopup)

chrome.runtime.onInstalled.addListener(handleOnInstallExtension)
chrome.management.onEnabled.addListener(handleOnInstallExtension)

createOffscreen()

Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const manifest = defineManifest(async () => {
'scripting',
'notifications',
'contextMenus',
'management',
'idle',
]
const matches = ['https://*/*', 'http://localhost/*', 'http://127.0.0.1/*']
Expand Down

0 comments on commit ecd6059

Please sign in to comment.