FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ionic2-reddit-reader/config.xml at master · JavaScript-Resource/ionic2-reddit-reader · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScript-Resource
/
ionic2-reddit-reader
Public
forked from
smartapant/ionic2-reddit-reader
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ionic2-reddit-reader
/
config.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 1.28 KB
Breadcrumbs
ionic2-reddit-reader
/
config.xml
Copy path
File metadata and controls
31 lines (31 loc) · 1.28 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
standalone
=
"
yes
"
?>
<
widget
id
=
"
com.ionicframework.ionic2redditreader977851
"
version
=
"
1.0.0
"
xmlns
=
"
http://www.w3.org/ns/widgets
"
xmlns
:
cdv
=
"
http://cordova.apache.org/ns/1.0
"
>
<
name
>ionic2-reddit-reader</
name
>
<
description
>Simple reddit reader</
description
>
<
author
email
=
"
smartapant@gmail.com
"
>smartapant</
author
>
<
content
src
=
"
index.html
"
/>
<
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
>
<
preference
name
=
"
webviewbounce
"
value
=
"
false
"
/>
<
preference
name
=
"
UIWebViewBounce
"
value
=
"
false
"
/>
<
preference
name
=
"
DisallowOverscroll
"
value
=
"
true
"
/>
<
preference
name
=
"
android-minSdkVersion
"
value
=
"
16
"
/>
<
preference
name
=
"
BackupWebStorage
"
value
=
"
none
"
/>
<
preference
name
=
"
SplashMaintainAspectRatio
"
value
=
"
true
"
/>
<
preference
name
=
"
FadeSplashScreenDuration
"
value
=
"
300
"
/>
<
feature
name
=
"
StatusBar
"
>
<
param
name
=
"
ios-package
"
onload
=
"
true
"
value
=
"
CDVStatusBar
"
/>
</
feature
>
</
widget
>
Back
|
FazBrowse Home
|
New Git URL