I have a google docs addon published on Google workspace marketplace, recently I received an email from google which mentions that my addon is violating below mentioned policy.

I am unable to understand which configuration google want me to change in google console. could anyone with experience in this issue/configuration help me out please.
Edit: My Appscript.json

The issue is inside the
Google Workspace Marketplace SDKconfiguration, what you need to do is the following:Google Workspace Marketplace SDK, and select the first option.Manage.App configuration, search forApp Integration.Google Workspace Add-onor remove any other option different toDocs Add-on.This is because if you select
Google Workspace Add-onthis will deploy the add-on for all the Google Services even when the app is not meant to be use with the other Google services, and in your case (based on your description) the Add-on only works for Google Docs.Base on the Google Workspace documentation here
You can read the following documentation here, with more information about things to consider if you want to use
multiple app integrations.