fix ""/name" must NOT have more than 45 characters" on firefox

This commit is contained in:
Son NK
2024-04-11 23:10:47 +02:00
parent 04eca2baaa
commit b66a5155fc
+1 -1
View File
@@ -107,7 +107,7 @@ const config = {
if (process.env.BETA) {
const geckoId = jsonContent.browser_specific_settings.gecko.id;
jsonContent.name = jsonContent.name.replace('SimpleLogin', 'SimpleLogin (BETA)');
jsonContent.name = 'SimpleLogin BETA';
jsonContent.icons = {
'48': 'icons/icon_beta_48.png',
'128': 'icons/icon_beta_128.png'