-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.xml
38 lines (38 loc) · 1.82 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="7260" id="com.lyonbros.turtl" version="0.7.2.6" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Turtl</name>
<description>
A privacy-focused note-taking application.
</description>
<author email="andrew@turtlapp.com" href="https://turtlapp.com">
Andrew Lyon
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="android-minSdkVersion" value="23" />
<preference name="android-targetSdkVersion" value="26" />
<icon src="www/app/images/favicon.128.png" />
<config-file parent="/manifest/application/activity" target="AndroidManifest.xml">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
</intent-filter>
</config-file>
</platform>
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="com.lyonbros.turtlcore" spec="bundle/cordova-plugin-turtl-core/" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="com.lyonbros.turtlstore" spec="bundle/cordova-plugin-turtl-store/" />
<plugin name="cordova-plugin-backbutton" spec="^0.3.0" />
<plugin name="cc.fovea.cordova.openwith" spec="bundle/cordova-plugin-openwith/" />
<engine name="android" spec="^6.3.0" />
</widget>