Skip to content

Commit 0f04938

Browse files
committed
feat: removed typeform uninstall link
1 parent 2634677 commit 0f04938

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.84.5",
3+
"version": "0.84.6",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {

src/background.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ function asyncLoop(fn, delay) {
1616
.then(() => asyncLoop(fn, delay))
1717
}
1818

19-
if (process.env.NODE_ENV !== 'development') {
20-
chrome.runtime.onInstalled.addListener((details) => {
21-
if (details.reason === 'install') {
22-
chrome.runtime.setUninstallURL('https://liquality.typeform.com/feedbackuninst')
23-
}
24-
})
25-
}
26-
2719
function getBalance(state) {
2820
let total = 0
2921
state.accounts?.[state.activeWalletId]?.[state.activeNetwork].map((item) => {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.84.5",
3+
"version": "0.84.6",
44
"name": "__MSG_appName__",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",

0 commit comments

Comments
 (0)