Skip to content

Commit

Permalink
🚀 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-yoon committed Jan 31, 2021
1 parent c40f44d commit 4207ea1
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 189 deletions.
474 changes: 291 additions & 183 deletions dist/css/theme-dark.css

Large diffs are not rendered by default.

Binary file modified dist/extension.crx
Binary file not shown.
1 change: 1 addition & 0 deletions dist/js/board.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/config.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/main.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/theme.js

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

7 changes: 4 additions & 3 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BOJ Extended",
"description": "백준 온라인 저지(BOJ)를 확장된 기능과 함께 사용해보세요.",
"version": "1.4.1",
"version": "1.4.2",
"manifest_version": 2,
"background": {
"scripts": ["js/background.js"],
Expand All @@ -26,10 +26,11 @@
"all_frames": true,
"js": [
"js/db.js",
"js/user.js",
"js/status.js",
"js/group.js",
"js/problem.js",
"js/user.js",
"js/board.js",
"js/group.js",
"js/setting.js",
"js/main.js"
]
Expand Down
Binary file modified extension.crx
Binary file not shown.

0 comments on commit 4207ea1

Please sign in to comment.