Skip to content

Commit

Permalink
fix: readme and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
das08 committed Dec 22, 2021
1 parent 0f92af3 commit 905bb43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ PandAへの負荷を軽減するために課題・クイズ取得にキャッシ
- 2021/05/16 v3.4.3 小さなバグを修正。
- 2021/05/17 v3.5.0 カラーユニバーサルデザインに対応
- 2021/05/17 v3.5.2 締切が14日以上の課題も色付けするように
- 2021/11/24 v4.0.0 [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) を移植。
- 2021/12/22 v4.0.0 [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) を移植。
英語対応、その他内部処理の改善


# コンパイル方法
Expand Down
1 change: 1 addition & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The cache time can be changed in the configuration.
- 2021/05/17 v3.5.0 Support for color universal design.
- 2021/05/17 v3.5.2 Color code assignments with due date more than 14days
- 2021/11/24 v4.0.0 Merged [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai).
Now supports English locale. Re-wrote codes.

# How to compile from source code
- Run
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "__MSG_EXTENSION_DESCRIPTION__",
"version": "4.0.0",
"manifest_version": 2,
"default_locale": "en",
"default_locale": "ja",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
Expand Down

0 comments on commit 905bb43

Please sign in to comment.