I have used yeoman generator and built the MS Project Add-in using Angular Framework. Now I want to upload the manifest in Office 365 Admin portal to make it available within our organization.
When I run the Office toolbox aka office validator . I am getting the following error and ended up with validation error.
XML Schema Violation: Your manifest does not adhere to the current set of XML schema definitions for Office Add-in manifests. - Details: This is an invalid xsi:type 'http://schemas.microsoft.com/office/taskpaneappversionoverrides:Project'.
I have tried generating a sample project using the latest version of yo office which is also failed in validation.
yo --version
3.1.0
Require help on this.

I have interacted with MSFT support team. After a good long conversation I finally figured out yeoman generated XML is not accepted in App source due to
policy violations and overrides of element used.Below is the simple approach of Manifest If any one wants to publish their add-ins.
Please read the comments for better understanding. Hope it will help someone who wants to publish it to AppSource. Thanks