<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Hello world! " directory_title="Hello world! Gmail Gadget"
		description="Hello, world! Gmail Gadget By LookHin"
		author="http://www.unzeen.com/" 
		author_email="khwanchai@gmail.com">

		<Require feature="opensocial-0.8"/>
		<Require feature="dynamic-height"/>
		<Require feature="views"/>
		<Require feature="tabs"/>
		<Optional feature="maximize"/>
		<Optional feature="flash"/>
		<Optional feature="setprefs"/>
	</ModulePrefs>

  <Content type="html" view="home">
     <![CDATA[ 
       Hello world!<br>
	   Gmail Gadget<br>
	   Hello world!<br>
	   Gmail Gadget<br>
     ]]>
  </Content> 


  <Content type="html" view="canvas">
    <![CDATA[ 
	   <h2>Hello world!</h2>
	   <h2>Gmail Gadget</h2>
     ]]>
  </Content> 
</Module>
