﻿<?xml version="1.0" encoding="utf-8"?>
<widget xmlns:rim="http://www.blackberry.com/ns/widgets" id="MA4Producteev BB10" version="0.0.2.9" rim:header="RIM-Widget:rim/widget" xmlns="http://www.w3.org/ns/widgets">
	<name>MA4Producteev for BB10</name>
	<description>The first and the only one app for BlackBerry users that manages tasks and subtasks functionalities exposed by Producteev.com . Very easy to use and it works also when offline. Require a Producteev.com account.</description>
	<author href="http://mirkoagrati.blogspot.com">MA Labs</author>
	<icon src="img\icon.png" />
	<icon src="img\icon.png" rim:hover="true" />

	<content src="index.htm" />
	
	<feature id="blackberry.ui.dialog"/> 
	<feature id="blackberry.app" required="true"/>
	<feature id="blackberry.invoke" required="true"/>
	
	<access uri="http://api.producteev.com" subdomains="true" />
	<access uri="https://api.producteev.com" subdomains="true" />
	<access uri="https://www.producteev.com/" subdomains="true" />
	<access uri="http://plus.google.com/" subdomains="true" />
	<access uri="http://twitter.com/" subdomains="true" />
	<access uri="http://appworld.blackberry.com/webstore/vendor/37575/" subdomains="true" />
	
	<!--
	<access uri="http://api.producteev.com" subdomains="true">
		<feature id="blackberry.app" version="1.0.0.0" required="true"/>
		<feature id="blackberry.invoke" version="1.0.0.0" required="true"/>
  	</access>
	<access uri="https://www.producteev.com/" subdomains="true">
		<feature id="blackberry.app" version="1.0.0.0" required="true"/>
		<feature id="blackberry.invoke" version="1.0.0.0" required="true"/>
  	</access>
	<access uri="http://plus.google.com/" subdomains="true">
		<feature id="blackberry.app" version="1.0.0.0" required="true"/>
		<feature id="blackberry.invoke" version="1.0.0.0" required="true"/>
  	</access>
	<access uri="http://twitter.com/" subdomains="true">
		<feature id="blackberry.app" version="1.0.0.0" required="true"/>
		<feature id="blackberry.invoke" version="1.0.0.0" required="true"/>
  	</access>
	<access uri="http://appworld.blackberry.com/webstore/vendor/37575/" subdomains="true">
		<feature id="blackberry.app" version="1.0.0.0" required="true"/>
		<feature id="blackberry.invoke" version="1.0.0.0" required="true"/>
  	</access>
	-->
	
</widget>