From 3daeab63cd47c5f42ec31b290ba455583adb4be7 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 9 Jul 2017 13:10:10 +0300 Subject: [PATCH] Don't submit manifest.version on install since it's unused --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 1cfea5f6..72321dfd 100644 --- a/background.js +++ b/background.js @@ -61,7 +61,7 @@ updateIcon({id: undefined}, {}); // Do not display it in development mode. if (reason == 'install' && manifest.update_url) { setTimeout(openURL, 100, { - url: `http://add0n.com/stylus.html?version=${manifest.version}&type=install` + url: 'http://add0n.com/stylus.html&type=install' }); } // reset L10N cache on UI language change or update