You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/23 23:49:16 UTC

[10/14] git commit: updated manifest file

updated manifest file


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/b20997d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/b20997d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/b20997d1

Branch: refs/heads/master
Commit: b20997d1e4d46d5cba70468e9e4011969e87b486
Parents: 7359779
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 21 15:46:12 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Aug 23 14:32:47 2013 -0700

----------------------------------------------------------------------
 bin/create                | 2 --
 framework/manifest.webapp | 6 +-----
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/b20997d1/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 7b9fa3f..448e514 100755
--- a/bin/create
+++ b/bin/create
@@ -98,7 +98,5 @@ function updateManifest(ROOT, project_path, project_name){
     var file_content = fs.readFileSync(filename);
     var content = JSON.parse(file_content);
     content.name = project_name;
-    console.log(project_name);
-    console.log(content);
     fs.writeFileSync(filename, JSON.stringify(content));
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/b20997d1/framework/manifest.webapp
----------------------------------------------------------------------
diff --git a/framework/manifest.webapp b/framework/manifest.webapp
index ddece37..f24deb8 100644
--- a/framework/manifest.webapp
+++ b/framework/manifest.webapp
@@ -1,14 +1,10 @@
 {
   "name": "My App",
-  "description": "My elevator pitch goes here",
+  "description": "Description of your app",
   "launch_path": "/index.html",
   "icons": {
     "128": "/img/logo.png"
   },
-  "developer": {
-    "name": "Your name or organization",
-    "url": "http://your-homepage-here.org"
-  },
   "default_locale": "en",
   "type": "privileged"
 }
\ No newline at end of file