diff --git a/assets/PathOfExile.png b/assets/PathOfExile.png new file mode 100644 index 0000000..b84c543 Binary files /dev/null and b/assets/PathOfExile.png differ diff --git a/assets/granblue_fantasy_relink.png b/assets/granblue_fantasy_relink.png new file mode 100644 index 0000000..033a3b6 Binary files /dev/null and b/assets/granblue_fantasy_relink.png differ diff --git a/data/detectables.json b/data/detectables.json index a32b5e3..134d0f8 100644 --- a/data/detectables.json +++ b/data/detectables.json @@ -44,5 +44,27 @@ "mode_1": "osu/mode_1.png", "osu_logo_lazer": "osu/osu_logo_lazer.png" } + }, + { + "name": "Granblue Fantasy: Relink", + "icon": "granblue_fantasy_relink.png", + "executables": [ + { "name": "granblue_fantasy_relink.exe", "os": "win32" }, + { "name": "granblue_fantasy_relink.exe", "os": "linux" } + ] + }, + { + "name": "Path of Exile", + "icon": "PathOfExile.png", + "executables": [ + { "name": "PathOfExileSteam.exe", "os": "win32" }, + { "name": "PathOfExile_x64Steam.exe", "os": "win32" }, + { "name": "PathOfExile.exe", "os": "win32" }, + { "name": "PathOfExile_x64.exe", "os": "win32" }, + { "name": "PathOfExileSteam.exe", "os": "linux" }, + { "name": "PathOfExile_x64Steam.exe", "os": "linux" }, + { "name": "PathOfExile.exe", "os": "linux" }, + { "name": "PathOfExile_x64.exe", "os": "linux" } + ] } ]