diff --git a/browser-extension/plugin/manifest.json b/browser-extension/plugin/manifest.json index d90953ed..9731cd42 100644 --- a/browser-extension/plugin/manifest.json +++ b/browser-extension/plugin/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "uli", "description": "Moderate your Twitter Feed", - "version": "0.1.3", + "version": "0.1.6", "author": "tattlemade|cis", "content_security_policy": { "extension_pages": "default-src 'none'; connect-src http://localhost:3000 https://ogbv-plugin.tattle.co.in/; font-src https://fonts.gstatic.com https://use.typekit.net; object-src 'none'; script-src 'self'; style-src https://fonts.googleapis.com https://use.typekit.net https://p.typekit.net 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' 'sha256-o7bYsu5iNiTxIObyslerFNZrDfkROYhElKhuOItXvVk='; img-src http://uli.tattle.co.in/; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; report-uri 'none';"