<config>
	
	<!-- CODE UNLOCK -->
	<unlockEnabled>false</unlockEnabled> <!-- Set whether or not to allow the use of the code unlock screen -->
	<unlockCode>00000</unlockCode> <!-- Set the code unlock number here, should be less than 10 digits and you can use the number 0 -->
	
    <!-- SERVICES -->
    <!-- Enable, disable, and configure services here -->    
	<services>
		<service type="canadaTracking" enabled="false" showGameTitle="Show Title: Game Title"/>
		<service type="nickavatar" enabled="false" url="http://54.243.42.37:8080/nick/avatar" />
		<service type="leaderboard" enabled="false" url="http://hs.nick.com/scores/" keyword="power-rangers-samurai-super-samurai" />	
	</services>
	
	<!-- ACHIEVEMENTS -->
	<achievements enabled="false"/>
		
	<!-- LOCALIZATION -->	      
    <localization>
    	<region>en</region>
    </localization>
    	    	    
    <!-- QUALITY -->
    <!-- 0: Lowest quality -->
    <!-- As the index increases the better the quality -->
    <!-- 0, and 1 are the normal options, but more can be added if necessary (this is rare) -->
    <!-- forceLowQualityMobile -->
    <!-- Only affects html touch platforms -->
    <!-- False, do not force low quality -->
    <!-- True, force low quality -->
    <quality index="1" forceLowQualityMobile="true"/>
    
</config>