CmdUtils.CreateCommand({
  name: "minthink",
  icon: "http://minthink.com/favicon.ico",
  homepage: "http://minthink.com/",
  author: { name: "Ignacio Lago F. [eXr]", email: "feedback@minthink.com"},
  license: "GPL",
  preview: "Get a fresh web site with Minthink",
  description: "Opens a fresh web site with Minthink.com",
  execute: function() {
     Utils.openUrlInBrowser("http://minthink.com/go");
  }
})
