summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/background.ts
AgeCommit message (Collapse)Author
2023-04-19fix #7704Sebastian
2023-04-18check if the script should be injectedSebastian
remove header listener
2023-01-04split foreground and background apiSebastian
2022-09-12add clipboard permsSebastian
2022-06-06updating old copyright headerSebastian
2022-06-06prettierSebastian
2022-04-21console to loggerSebastian
2022-04-06cta stories and input filled muiSebastian
2022-03-28add extension to every importSebastian
2022-03-25new dev environmentSebastian
2022-03-23all the browser related code move into one place, making it easy for ↵Sebastian
specific platform code or mocking for testing
2022-02-24add i18n where was missingSebastian
2022-01-16#7120 manifest v3: first iteration workingSebastian
new permission needed: scripting chrome.browserAction -> chrome.action webRequestBlocking is not possible anymore chrome.extension.getUrl -> chrome.runtime.getUrl new serviceWorkerHttpLib: using fetch new serviceWorkerCryptoWorkerFactory: using syncCryptoImpl few other minor changes still missing some other changes like migrating setTimeout to chrome.alarms api
2021-09-13add missing copyleftSebastian
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold