29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="net.f_list.fchat" version="3.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>F-Chat 3.0</name>
|
|
<description>
|
|
A cross-platform F-Chat client.
|
|
</description>
|
|
<author email="maya@f-list.net" href="https://www.f-list.net">The F-list Team</author>
|
|
<content src="index.html" />
|
|
<icon src="../electron/build/icon.png" />
|
|
<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:*" />
|
|
</platform>
|
|
<platform name="ios">
|
|
<allow-intent href="itms:*" />
|
|
<allow-intent href="itms-apps:*" />
|
|
</platform>
|
|
<engine name="android" spec="^6.2.3" />
|
|
<plugin name="cordova-plugin-file" spec="^4.3.3" />
|
|
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
|
|
<plugin name="de.appplant.cordova.plugin.local-notification" spec="^0.8.5" />
|
|
</widget>
|