Skip to content

Instantly share code, notes, and snippets.

@Natgho
Last active October 30, 2020 12:56
Show Gist options
  • Save Natgho/a148826fe0d7fb28a846ad60c2578122 to your computer and use it in GitHub Desktop.
Save Natgho/a148826fe0d7fb28a846ad60c2578122 to your computer and use it in GitHub Desktop.
Quick App with Location Kit Manifest.json
{
"package": "com.sezerbozkir.quickappwithlocationkit",
"name": "QuickAppwithLocationKit",
"versionName": "1.0.0",
"versionCode": 1,
"icon": "/Common/logo.png",
"minPlatformVersion": 1075,
"features": [
{
"name": "system.geolocation"
},
{
"name": "system.prompt"
}
],
"permissions": [
{
"origin": "*"
}
],
"config": {},
"router": {
"entry": "Location",
"pages": {
"Location": {
"component": "location"
}
}
},
"display": {
"pages": {
"Location": {
"titleBarText": "TitleBar"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment