I'm looking for a way to read resource strings and URLs from the add-in manifest.
Does someone know a way?
Thanks!
If the manifest file is hosted anywhere and the URL is clearly defined on the web server you can use the XMLHttpRequest Web API to get the data programmatically. Otherwise, there is no way - OfficeJS
doesn't provide anything for that.