Skip to content

Commit 1f04f93

Browse files
committed
feat(BrowserController): setUninstallURL
Signed-off-by: Marcel Klehr <[email protected]>
1 parent dd6af5c commit 1f04f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/browser/BrowserController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export default class BrowserController {
167167
await browser.storage.local.set({
168168
currentVersion: packageJson.version
169169
})
170+
browser.runtime.setUninstallURL(`https://floccus.org/uninstall/?version=${packageJson.version}`)
170171

171172
const packageVersion = packageJson.version.split('.')
172173
const accounts = await Account.getAllAccounts()

0 commit comments

Comments
 (0)