Provides a way for pages to change the tab's title or icon.
tab_info = {"title":"my page","icon":"icn code"}
tab_info = "my page"
// the current_tab_name variable can also be used in the same way,
// if your making a browser, i recommend you also support current_tab_name
// as it is still used in a large amount of .web pages