From 78a4b59c65ac784cfa5a4b9e1b3379009ebd1151 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 21 Mar 2015 17:41:00 -0400 Subject: [PATCH] get rid of Chrome store warning about missing short name --- platform/chromium/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 0022dc846..39cff1f8c 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -62,5 +62,6 @@ "webRequestBlocking", "http://*/*", "https://*/*" - ] + ], + "short_name": "uBlock" }