From f795fb5a3366c80a7ea24c11128366ab39b179f7 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Tue, 23 Jul 2019 11:06:53 -0600 Subject: [PATCH] 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"] }