-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
25 lines (25 loc) · 1.24 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.EchoSierraStudio.Kadaster_Kaart" version="1.3.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Kadaster Kaart</name>
<description>
Met de Kadaster kaart app kunt u gemakkelijk informatie opzoeken over percelen die geregistreerd staan bij het Kadaster.
</description>
<author email="kadaster-kaart@esstudio.site" href="https://esstudio.site/">
Sem Postma
</author>
<content src="index.html" />
<access origin="*" />
<allow-navigation href="https://echosierrastudio.github.io/EchoSierraStudio/privacy-policy.html" />
<allow-navigation href="https://esstudio.site/*" />
<allow-navigation href="https://esstudio.site" />
<allow-navigation href="mailto:polyismstudio@gmail.com" />
<allow-navigation href="http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="StatusBarBackgroundColor" value="#004c65" />
<preference name="orientation" value="portrait" />
</widget>