diff --git a/extension/src/manifest.json b/extension/src/manifest.json index eb9866f5..81644432 100644 --- a/extension/src/manifest.json +++ b/extension/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Salmon Wallet", "description": "Your all-in-one & open-source wallet for the crypto space.", - "version": "0.4.0", + "version": "0.6.0", "action": { "default_popup": "index.html", "default_title": "Open the popup" diff --git a/extension/src/manifest.mozilla.json b/extension/src/manifest.mozilla.json index 0224e3de..bad74231 100644 --- a/extension/src/manifest.mozilla.json +++ b/extension/src/manifest.mozilla.json @@ -37,6 +37,5 @@ "file://*/*", "http://*/*", "https://*/*" - ], - "content_security_policy": "script-src 'self' https://www.googletagmanager.com; object-src 'self'" + ] } \ No newline at end of file diff --git a/public/index.html b/public/index.html index db578a0b..fe9bf7c1 100644 --- a/public/index.html +++ b/public/index.html @@ -13,10 +13,6 @@ -