Also tried to add it manually under ../includes/pum-condition-functions.php
$conditions[‘is_category’] = array(
‘group’ => __( ‘Pages’ ),
‘name’ => __( ‘Category Index’, ‘popup-maker’ ),
‘callback’ => ‘is_category’,
);
But not working. Thanks in advance