Don't submit manifest.version on install since it's unused
This commit is contained in:
parent
5c1555c781
commit
3daeab63cd
|
@ -61,7 +61,7 @@ updateIcon({id: undefined}, {});
|
||||||
// Do not display it in development mode.
|
// Do not display it in development mode.
|
||||||
if (reason == 'install' && manifest.update_url) {
|
if (reason == 'install' && manifest.update_url) {
|
||||||
setTimeout(openURL, 100, {
|
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
|
// reset L10N cache on UI language change or update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user