Skip to content

Commit

Permalink
Update special titel username
Browse files Browse the repository at this point in the history
  • Loading branch information
thieleju committed Mar 10, 2024
1 parent ba13f3d commit e6e1628
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
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": "Shows Win/Lose/Draw and average accuracy for players on chess.com",
"author": "thieleju",
"manifest_version": 3,
"version": "2.5.1",
"version": "2.5.2",
"permissions": ["activeTab", "scripting", "storage"],
"action": {
"default_locale": "en",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chess-com-insights",
"private": true,
"version": "2.5.1",
"version": "2.5.2",
"type": "module",
"repository": {
"type": "git",
Expand Down
15 changes: 3 additions & 12 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,15 @@
"draws": "#b38235"
},
"defaultSettings": {
"game_modes": [
"bullet",
"blitz",
"rapid"
],
"game_modes": ["bullet", "blitz", "rapid"],
"time_interval": "last 12 hours",
"hide_own_stats": false,
"show_accuracy": true,
"show_stats": true,
"popup_darkmode": true,
"color_highlighting": false
},
"validGameModes": [
"blitz",
"rapid",
"bullet",
"daily"
],
"validGameModes": ["blitz", "rapid", "bullet", "daily"],
"validTimeIntervals": [
"last hour",
"last 6 hours",
Expand All @@ -56,6 +47,6 @@
"last week": 604800
},
"specialTitles": {
"robertyaa": "AFM"
"RobertBrot": "AFM"
}
}

0 comments on commit e6e1628

Please sign in to comment.