Initial Commit
This commit is contained in:
commit
ec5c71b3ac
1712 changed files with 1767257 additions and 0 deletions
29
config.xml
Normal file
29
config.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="su.viende.omori" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<preference name="orientation" value="sensorLandscape" />
|
||||
<preference name="Fullscreen" value="true" />
|
||||
|
||||
<platform name="android">
|
||||
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/omori-splash.png" />
|
||||
<preference name="AndroidWindowSplashScreenIconBackgroundColor" value="#f5f5f5" />
|
||||
<preference name="KeepRunning" value="true"/>
|
||||
</platform>
|
||||
|
||||
<platform name="android">
|
||||
<icon monochrome="res/android/ldpi/ic_launcher_monochrome.png" background="res/android/ldpi/ic_launcher_background.png" density="ldpi" foreground="res/android/ldpi/ic_launcher_foreground.png" src="res/android/ldpi/ic_launcher.png" />
|
||||
<icon monochrome="res/android/mdpi/ic_launcher_monochrome.png" background="res/android/mdpi/ic_launcher_background.png" density="mdpi" foreground="res/android/mdpi/ic_launcher_foreground.png" src="res/android/mdpi/ic_launcher.png" />
|
||||
<icon monochrome="res/android/hdpi/ic_launcher_monochrome.png" background="res/android/hdpi/ic_launcher_background.png" density="hdpi" foreground="res/android/hdpi/ic_launcher_foreground.png" src="res/android/hdpi/ic_launcher.png" />
|
||||
<icon monochrome="res/android/xhdpi/ic_launcher_monochrome.png" background="res/android/xhdpi/ic_launcher_background.png" density="xhdpi" foreground="res/android/xhdpi/ic_launcher_foreground.png" src="res/android/xhdpi/ic_launcher.png" />
|
||||
<icon monochrome="res/android/xxhdpi/ic_launcher_monochrome.png" background="res/android/xxhdpi/ic_launcher_background.png" density="xxhdpi" foreground="res/android/xxhdpi/ic_launcher_foreground.png" src="res/android/xxhdpi/ic_launcher.png" />
|
||||
<icon monochrome="res/android/xxxhdpi/ic_launcher_monochrome.png" background="res/android/xxxhdpi/ic_launcher_background.png" density="xxxhdpi" foreground="res/android/xxxhdpi/ic_launcher_foreground.png" src="res/android/xxxhdpi/ic_launcher.png" />
|
||||
</platform>
|
||||
|
||||
<name>OMORI</name>
|
||||
<description>OMORI Android Port</description>
|
||||
<author email="noemail@email.ru" href="https://viende.su">
|
||||
VienDesu! Porting team
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<allow-intent href="http://*/*" />
|
||||
<allow-intent href="https://*/*" />
|
||||
</widget>
|
Loading…
Add table
Add a link
Reference in a new issue