-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
24 lines (20 loc) · 976 Bytes
/
config.xml
File metadata and controls
24 lines (20 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<widget id="sk.owly.codetimermobile" version="1.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CodeTimer</name>
<description>CodeTimer for mobile. Simple APP for Kimai time tracking.</description>
<author email="info@owly.sk" href="https://www.owly.sk">
Martin Lačný - Owly
</author>
<icon src="res/icon.png"/>
<resource-file src="res/icon.png" target="app/src/main/res/mipmap/icon.png" />
<platform name="android">
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/icon_splash.png" />
</platform>
<preference name="SplashScreenBackgroundColor" value="#212529" />
<preference name="android-minSdkVersion" value="24"/>
<preference name="android-targetSdkVersion" value="35"/>
<content src="index.html" />
<allow-intent href="*" />
<access origin="*"/>
<allow-navigation href="*" />
</widget>