diff --git a/manifest.json b/manifest.json index cce1d68e..44af4140 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index dbac76ae..564e0893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chess-com-insights", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chess-com-insights", - "version": "2.5.1", + "version": "2.5.2", "dependencies": { "@mdi/font": "7.4.47", "luxon": "^3.4.4", diff --git a/package.json b/package.json index adeaa6e8..22f841f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chess-com-insights", "private": true, - "version": "2.5.1", + "version": "2.5.2", "type": "module", "repository": { "type": "git", diff --git a/settings.json b/settings.json index a25e432c..a7ae47f5 100644 --- a/settings.json +++ b/settings.json @@ -20,11 +20,7 @@ "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, @@ -32,12 +28,7 @@ "popup_darkmode": true, "color_highlighting": false }, - "validGameModes": [ - "blitz", - "rapid", - "bullet", - "daily" - ], + "validGameModes": ["blitz", "rapid", "bullet", "daily"], "validTimeIntervals": [ "last hour", "last 6 hours", @@ -56,6 +47,6 @@ "last week": 604800 }, "specialTitles": { - "robertyaa": "AFM" + "RobertBrot": "AFM" } }