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