permissions for spot
This commit is contained in:
parent
ccca40011b
commit
af28a291df
2 changed files with 3 additions and 1 deletions
|
|
@ -491,6 +491,9 @@ export default defineBackground(() => {
|
|||
if (request.type === messages.popup.from.updateSettings) {
|
||||
const updatedObject = Object.assign(settings, request.settings);
|
||||
settings = updatedObject;
|
||||
if ('ingestPoint' in request.settings) {
|
||||
setJWTToken("")
|
||||
}
|
||||
chrome.storage.local.set({ settings: updatedObject });
|
||||
}
|
||||
if (request.type === messages.content.from.checkRecStatus) {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ export default defineConfig({
|
|||
permissions: [
|
||||
"storage",
|
||||
"tabCapture",
|
||||
"tabs",
|
||||
"offscreen",
|
||||
"unlimitedStorage",
|
||||
"webRequest",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue