I am developing a Teams tab app, and I am having some difficulty with the "appName" in the manifest. The name of the app is "Stop & Think", but when I generate the manifest using the TeamsFX Toolkit, it generates as "Stop &
Think". I have tried a few different iterations with no success. How do I get it to display as a regular & in the appName property?
Tried:
- & - shows as
&
&
- shows as&
&
- shows as&
- escaping the character (not possible in JSON)