From 2a8456b77995f1fdde92e198c684d043aabc8c26 Mon Sep 17 00:00:00 2001 From: NickPapa01 <80589344+NickPapa01@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:23:09 +0300 Subject: [PATCH] Add new virtual airlines to airlines.json Olympic Air and Aegean, www.oav.gr --- custom-data/airlines.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 53183a3..2a36c6e 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1842,5 +1842,17 @@ "name": "VIRTUAL LION AIR GROUP", "callsign": "MENTARI", "virtual": true + }, + { + "icao": "OAL", + "name": "Olympic Aegean Virtual", + "callsign": "Olympic", + "virtual": true + }, + { + "icao": "AEE", + "name": "Olympic Aegean Virtual", + "callsign": "Aegean", + "virtual": true } ]