Upstream version 8.36.169.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / manifest.json
index fb355be..5012125 100644 (file)
@@ -1,22 +1,17 @@
 {
   "name": "Example",
   "version": "1.0.0",
-  "launch_path": "http://www.intel.com",
-  "app": {
-      "launch": {
-          "local_path": "index.html"
-      }
-  },
+  "start_url": "http://www.intel.com",
   "description": "a sample description",
   "origin": "app://app.id",
-  "icons": {
-  },
+  "icons": [],
   "default_locale": "en",
-  "permissions": [
+  "xwalk_permissions": [
     "Contacts",
     "Geolocation",
     "Messaging"],
   "required_version": "1.28.1.0",
   "plugin": [],
+  "orientation": "landscape",
   "display": ["fullscreen"]
 }