I am unable to find the correct way to structure manifest file for a Google Forms add-on.
{
"timeZone": "America/New_York",
"dependencies": {
},
"form": {
"name": "My Forms Add-on",
"logoUrl": "https://www.example.com/hosted/images/2x/my-icon.png",
"primaryColor": "#4285F4",
"secondaryColor": "#00BCD4",
"authorizationCheckFunction": "get3PAuthorizationUrls",
"contextualTriggers": [{
"unconditional": {},
"onTriggerFunction": "buildAddOn"
}]
},
"exceptionLogging": "STACKDRIVER"
}
This result in the following error: Invalid manifest: unknown fields: [form]
The documentation does not provide an example for forms: https://developers.google.com/apps-script/manifest/addons
Forms doesn't seem to be supported. The docs state: