using System; using bytex64.WebThing; public class Plugin { public Plugin(WebThing wt) { wt.WebView.Open("http://dominionofawesome.com/"); } }