aboutsummaryrefslogtreecommitdiffstats
path: root/config.xml
blob: f0081ed77d910dfeb911f2e3bd935fd415d57942 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.mysociety.FixMyStreet" android-versionCode="41" version="2.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>FixMyStreet</name>
    <description>
        Report problems on FixMyStreet
    </description>

    <author href="http://mysociety.org" email="team@mysociety.org">
        mySociety
    </author>
    <content src="index.html" />

    <access origin=".*.tile.openstreetmap.org"/>
    <access origin="tilma.mysociety.org"/>
    <access origin="a.tilma.mysociety.org"/>
    <access origin="b.tilma.mysociety.org"/>
    <access origin="c.tilma.mysociety.org"/>
    <access origin="dev.virtualearth.net"/>
    <access origin="ecn.t0.tiles.virtualearth.net"/>
    <access origin="ecn.t1.tiles.virtualearth.net"/>
    <access origin="ecn.t2.tiles.virtualearth.net"/>
    <access origin="ecn.t3.tiles.virtualearth.net"/>
    <access origin="mapit.mysociety.org"/>
    <access origin="www.fixmystreet.com"/>

    <preference name="android-minSdkVersion" value="16" />
    <preference name="orientation" value="portrait" />
    <preference name="StatusBarOverlaysWebView" value="false" />
    <preference name="StatusBarBackgroundColor" value="#000000" />

    <platform name="android">
        <icon src="res/android/ldpi.png" density="ldpi" />
        <icon src="res/android/mdpi.png" density="mdpi" />
        <icon src="res/android/hdpi.png" density="hdpi" />
        <icon src="res/android/xhdpi.png" density="xhdpi" />
    </platform>

    <platform name="ios">
        <!-- iPhone / iPod Touch -->
        <icon src="res/ios/Icon.png" width="57" height="57" />
        <icon src="res/ios/Icon@2x.png" width="114" height="114" />
        <!-- iPad -->
        <icon src="res/ios/Icon-120.png" width="120" height="120" />

        <!-- Splash Screens -->
        <splash src="res/ios/Default.png" width="320" height="480"/>
        <splash src="res/ios/Default@2x.png" width="640" height="960"/>
        <splash src="res/ios/Default-568h@2x.png" width="640" height="1136"/>
     </platform>
</widget>