Not able to add new Portal Menu Items In My Custom App

I added in my custom_app/hooks.py file

standard_portal_menu_items = [
	{"title": "My Customers", "route": "/my_customers", "role": "Customer"}
]

But I can’t see this in Portal Settings and neither when I am logging in as Customer.