Skip to content

Commit

Permalink
fix ""/name" must NOT have more than 45 characters" on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Son NK committed Apr 11, 2024
1 parent 04eca2b commit b66a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b66a515

Please sign in to comment.