- update source.
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / application_manifest_constants.cc
index c745247..f44b2c3 100644 (file)
@@ -18,6 +18,7 @@ const char kLaunchWebURLKey[] = "app.launch.web_url";
 const char kManifestVersionKey[] = "manifest_version";
 const char kNameKey[] = "name";
 const char kPermissionsKey[] = "permissions";
+const char kURLKey[] = "url";
 const char kVersionKey[] = "version";
 const char kWebURLsKey[] = "app.urls";