Skip to content

Commit

Permalink
Bump manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden2480 committed Apr 6, 2024
1 parent 411dd2d commit 0dcd39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ div#panel * {
background-color: #36393e;
color: #7289da;
border: 2px solid #7289da;
cursor: pointer;
}

#panel > select { height: 23px; }
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "KanjiThing",
"description": "Learn kanji stroke order from the browser",
"version": "2.1.1",
"version": "2.2.0",
"manifest_version": 3,
"permissions": ["storage", "contextMenus"],
"options_page": "settings.html",
Expand Down

0 comments on commit 0dcd39f

Please sign in to comment.