Browse Source

Add files via upload

pull/10920/head
shakibshahrukh829-crypto 1 month ago committed by GitHub
parent
commit
69034b5e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 45
      config-5.xml
  2. BIN
      icon.png
  3. 1660
      index-2.html

45
config-5.xml

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget
id="com.sebahealth.app"
version="1.0.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>সেবা হেলথ</name>
<description>
ডাক্তার বুকিং ও লাইভ সিরিয়াল
</description>
<author email="support@sebahealth.app">
Seba Health
</author>
<content src="index.html" />
<plugin name="admob-plus-cordova" spec="2.0.0-alpha.19" />
<icon src="icon.png" />
<access origin="*" />
<allow-navigation href="*" />
<preference
name="Fullscreen"
value="false" />
<preference
name="Orientation"
value="portrait" />
<platform name="android">
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
</platform>
</widget>

BIN
icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

1660
index-2.html

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save