I'm developing the Microsoft Teams Tab application. Tab application is run inside Microsoft Teams through iframe, so there are different iframe restrictions. Actually I'm facing the issue user unable to use the clipboard-write feature.
It's possible to make it work with specifying parameters https://web.dev/async-clipboard/#permissions-policy-integration
Is there any Manifest or context option to specify iframe parameters?