2014-03-15 12:53:52 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="org.keycloak.examples.cordova" version="1.0.0">
|
|
|
|
<name>Keycloak Auth</name>
|
|
|
|
<description>Keycloak Cordova Example</description>
|
|
|
|
<author href="http://www.keycloak.org">Keycloak Team</author>
|
|
|
|
|
|
|
|
<feature name="http://api.phonegap.com/1.0/device" />
|
|
|
|
|
|
|
|
<preference name="permissions" value="none"/>
|
|
|
|
|
|
|
|
<gap:plugin name="org.apache.cordova.inappbrowser" />
|
2015-07-28 06:36:01 +00:00
|
|
|
<gap:plugin name="cordova-plugin-whitelist" version="1.0.0" source="npm" />
|
2014-03-15 12:53:52 +00:00
|
|
|
|
2014-09-25 15:42:20 +00:00
|
|
|
<access origin="*"/>
|
2014-03-15 12:53:52 +00:00
|
|
|
</widget>
|