fix: background.js, remove: unnecessary permissions

This commit is contained in:
2026-03-18 13:46:03 +01:00
parent e8a14e7e69
commit 3176af094e
7 changed files with 85 additions and 57 deletions

View File

@@ -48,6 +48,8 @@ const App = () => {
}).catch(() => {});
}
});
} else {
console.debug("DevEnv");
}
} catch (err) {