diff --git a/focal_point.module b/focal_point.module
index 52d1061..ffedfd3 100644
--- a/focal_point.module
+++ b/focal_point.module
@@ -75,3 +75,13 @@ function focal_point_entity_update(EntityInterface $entity) {
     }
   }
 }
+
+/**
+ * Add the focal point widget to the allowed widgets list in IMCE.
+ *
+ * @param array $widgets
+ *   The existing list of widgets to add to.
+ */
+function focal_point_imce_supported_widgets_alter(&$widgets) {
+  $widgets[] = 'image_focal_point';
+}
