diff --git a/background.js b/background.js index cc559f8a..5adae9e8 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?type=install' + url: 'http://add0n.com/stylus.html' }); } // reset L10N cache on UI language change or update