Any ideas on How to attach a favicon.ico to a Web App built with Google Apps Script?
EDIT 1: Using UiApp
Thanks, Fausto
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right now, the only way to do this is to embed your app in a blank Google Site, and take the following steps:
Google Apps Script issue #2005 requests functionality to be able to set the app favicon with a UiApp.setFavicon(url) method. See the following link for more details: http://code.google.com/p/google-apps-script-issues/issues/detail?id=2005