Index: /applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
===================================================================
--- /applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java	(revision 35413)
+++ /applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java	(revision 35414)
@@ -67,4 +67,5 @@
             {"collection_times:local", ".*", "collection_times:local"},
             {"service_times", ".*", "service_times"},
+            {"opening_hours:covid19", ".*", "opening_hours:covid19"},
             {"shop", ".*", "opening_hours"},
             {"amenity", "post_box", "collection_times"},
@@ -200,5 +201,5 @@
 
             final JComboBox<String> newTagField = new JComboBox<>(new String[]{
-                    "opening_hours", "opening_hours:kitchen", "collection_times", "collection_times:local", "service_times", "lit"});
+                    "opening_hours", "opening_hours:kitchen", "opening_hours:covid19", "collection_times", "collection_times:local", "service_times", "lit"});
 
             JRadioButton editButton = new JRadioButton(new AbstractAction(tr("edit existing tag")) {
