commit f795fb5a3366c80a7ea24c11128366ab39b179f7 Author: David Fifield david@bamsoftware.com Date: Tue Jul 23 11:06:53 2019 -0600
Make tabs uniform in manifest.json. --- proxy/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json index 6c41839..71b5eb7 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -14,5 +14,5 @@ "default_title": "Snowflake", "default_popup": "popup.html" }, - "permissions": ["storage"] + "permissions": ["storage"] }
tor-commits@lists.torproject.org