Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp <p.koenig@blockbyte.de>
  • Loading branch information
Philipp committed Apr 24, 2018
1 parent 27a4ecb commit ef1cbc4
Show file tree
Hide file tree
Showing 42 changed files with 128 additions and 101 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,7 @@ Bookmark Sidebar is an extension for Chrome, which adds a toggleable sidebar wit
<img src="https://blockbyte.de/img/extensions/chromeWebStore.png" width="200" />
</a>

The extension is currently available in 24 different languages...

![English](https://img.shields.io/badge/English--green.svg?style=flat-square) <!-- English -->
![Deutsch](https://img.shields.io/badge/Deutsch--green.svg?style=flat-square) <!-- German -->
![Français](https://img.shields.io/badge/Français--green.svg?style=flat-square) <!-- French -->
![Nederlands](https://img.shields.io/badge/Nederlands--green.svg?style=flat-square) <!-- Dutch -->
![italiano](https://img.shields.io/badge/italiano--green.svg?style=flat-square) <!-- Italian -->
![español](https://img.shields.io/badge/español--green.svg?style=flat-square) <!-- Spanish -->
![português (Brasil)](https://img.shields.io/badge/português_(Brasil)--green.svg?style=flat-square) <!-- Portuguese (Brasil) -->
![português (Portugal)](https://img.shields.io/badge/português_(Portugal)--green.svg?style=flat-square) <!-- Portuguese (Portugal) -->
![Norsk](https://img.shields.io/badge/Norsk--green.svg?style=flat-square) <!-- Norwegian -->
![svenska](https://img.shields.io/badge/svenska--green.svg?style=flat-square) <!-- Swedish -->
![suomi](https://img.shields.io/badge/suomi--green.svg?style=flat-square) <!-- Finnish -->
![magyar](https://img.shields.io/badge/magyar--green.svg?style=flat-square) <!-- Hungarian -->
![polski](https://img.shields.io/badge/polski--green.svg?style=flat-square) <!-- Polish -->
![Türkçe](https://img.shields.io/badge/Türkçe--green.svg?style=flat-square) <!-- Turkish -->
![čeština](https://img.shields.io/badge/čeština--green.svg?style=flat-square) <!-- Czech -->
![română](https://img.shields.io/badge/română--green.svg?style=flat-square) <!-- Romanian -->
![русский](https://img.shields.io/badge/русский--green.svg?style=flat-square) <!-- Russian -->
![Fārsi](https://img.shields.io/badge/Fārsi--green.svg?style=flat-square) <!-- Persian -->
![Bahasa Indonesia](https://img.shields.io/badge/Bahasa_Indonesia--green.svg?style=flat-square) <!-- Indonesian -->
![Tiếng Việt](https://img.shields.io/badge/Tiếng_Việt--green.svg?style=flat-square) <!-- Vietnamese -->
![中文 (简体)](https://img.shields.io/badge/中文_(简体)--green.svg?style=flat-square) <!-- Chinese (Simplified) -->
![中文 (漢語)](https://img.shields.io/badge/中文_(漢語)--green.svg?style=flat-square) <!-- Chinese (Traditional) -->
![日本語](https://img.shields.io/badge/日本語--green.svg?style=flat-square) <!-- Japanese -->
![한국어](https://img.shields.io/badge/한국어--green.svg?style=flat-square) <!-- Korean -->
The extension is currently available in 27 different languages.

## Release History
See the [Release History](https://github.com/Kiuryy/Bookmark_Sidebar/releases) for an overview about all versions, or the less detailed [Changelog](changelog.md).
Expand Down
2 changes: 1 addition & 1 deletion build/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
path.tmp + "settings.js",
path.tmp + "background.js",
path.tmp + "newtab.js",
path.src + "changelog.js",
path.src + "js/changelog.js",
path.src + "js/onboarding.js"
], path.dist + "js/"),
func.minify([
Expand Down
2 changes: 1 addition & 1 deletion dist/_locales/de/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/el/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/fr/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/he/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/ja/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/ko/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/pt_BR/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/_locales/zh_CN/messages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/newtab.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/settings.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/html/settings.html

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion dist/js/background.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/changelog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/extension.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/lib/model.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/newtab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"manifest_version":2,"name":"__MSG_extension_name__","short_name":"__MSG_extension_name__","description":"__MSG_extension_desc__","default_locale":"en","version":"1.14.0","version_name":"1.14.0","minimum_chrome_version":"63","homepage_url":"https://extensions.blockbyte.de/","background":{"scripts":["js/lib/jsu.js","js/background.js"],"persistent":true},"content_scripts":[{"css":["css/contentBase.css"],"js":["js/lib/jsu.js","js/extension.js"],"matches":["<all_urls>"],"run_at":"document_end"}],"browser_action":{"default_icon":"img/icon/128x128.webp"},"content_security_policy":"script-src 'self' https://www.google-analytics.com; object-src 'self'","web_accessible_resources":["css/sidebar.css","css/overlay.css","css/content.css","img/*"],"incognito":"split","options_page":"html/settings.html","icons":{"256":"img/icon/256x256.webp","128":"img/icon/128x128.webp","48":"img/icon/48x48.webp"},"permissions":["<all_urls>","bookmarks","storage","notifications","contextMenus","unlimitedStorage","fontSettings","chrome://favicon/"],"optional_permissions":["tabs","topSites","downloads"]}
{"manifest_version":2,"name":"__MSG_extension_name__","short_name":"__MSG_extension_name__","description":"__MSG_extension_desc__","default_locale":"en","version":"1.13.4","version_name":"1.13.4","minimum_chrome_version":"63","homepage_url":"https://extensions.blockbyte.de/","background":{"scripts":["js/lib/jsu.js","js/background.js"],"persistent":true},"content_scripts":[{"css":["css/contentBase.css"],"js":["js/lib/jsu.js","js/extension.js"],"matches":["<all_urls>"],"run_at":"document_end"}],"browser_action":{"default_icon":"img/icon/128x128.webp"},"content_security_policy":"script-src 'self' https://www.google-analytics.com; object-src 'self'","web_accessible_resources":["css/sidebar.css","css/overlay.css","css/content.css","img/*"],"incognito":"split","options_page":"html/settings.html","icons":{"256":"img/icon/256x256.webp","128":"img/icon/128x128.webp","48":"img/icon/48x48.webp"},"permissions":["<all_urls>","bookmarks","storage","contextMenus","unlimitedStorage","fontSettings","chrome://favicon/"],"optional_permissions":["tabs","topSites","downloads"]}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bookmark_sidebar",
"version": "1.14.0",
"versionName": "1.14.0",
"version": "1.13.4",
"versionName": "1.13.4",
"license": "GPL-3.0",
"author": "Philipp König",
"homepage": "https://extensions.blockbyte.de/",
Expand All @@ -11,7 +11,7 @@
},
"scripts": {
"init": "npm install --save-dev node-sass && npm install --save-dev eslint && npm install --only=dev && node build/run.js",
"release": "ncu -a --packageFile package.json && npm update && eslint --fix src/js/**/*.js && eslint --fix build/**/*.js && node build/run.js",
"release": "ncu -a --packageFile package.json && npm update && eslint --fix src/js/**/*.js && eslint --fix build/**/*.js && node build/run.js",
"scss": "node-sass --source-map true -o src/css src/scss"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ef1cbc4

Please sign in to comment.