Skip to content

Commit

Permalink
Reduced size of webcomponents bundle; Added short extension name for …
Browse files Browse the repository at this point in the history
…edge

Signed-off-by: Philipp <[email protected]>
  • Loading branch information
Kiuryy committed Jul 27, 2022
1 parent afc71a6 commit 4cb7940
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 362 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.2",
"node-sass": "^7.0.1",
"npm-check-updates": "^16.0.0",
"npm-check-updates": "^16.0.1",
"read-file": "^0.2.0",
"request": "^2.88.2",
"terser": "^5.14.2",
Expand Down
3 changes: 3 additions & 0 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extension_name": {
"message": "Lesezeichenleiste"
},
"extension_name_short": {
"message": "Lesezeichen"
},
"extension_desc": {
"message": "F\u00fcgt eine ausklappbare Leiste mit all deinen Lesezeichen auf der Seite deines Browsers hinzu."
},
Expand Down
3 changes: 3 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extension_name": {
"message": "Bookmark Sidebar"
},
"extension_name_short": {
"message": "Bookmarks"
},
"extension_desc": {
"message": "Adds a toggleable sidebar with all your bookmarks at the edge of your browser window."
},
Expand Down
3 changes: 3 additions & 0 deletions src/_locales/en_US/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extension_name": {
"message": "Bookmark Sidebar"
},
"extension_name_short": {
"message": "Bookmarks"
},
"extension_desc": {
"message": "Adds a toggleable sidebar with all your bookmarks at the edge of your browser window."
},
Expand Down
Loading

0 comments on commit 4cb7940

Please sign in to comment.