Don't submit manifest.version on install since it's unused

This commit is contained in:
tophf 2017-07-09 13:10:10 +03:00
parent 5c1555c781
commit 3daeab63cd

View File

@ -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