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:55:06 UTC

git commit: added temp files

Updated Branches:
  refs/heads/master b40afd17e -> 7dd708821


added temp files


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

Branch: refs/heads/master
Commit: 7dd708821a85f7c89a1ef4fae8f0236b61920aff
Parents: b40afd1
Author: Steven Gill <st...@gmail.com>
Authored: Fri Aug 23 14:54:54 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Aug 23 14:54:54 2013 -0700

----------------------------------------------------------------------
 bin/templates/project/www/cordova_plugins.js |  1 +
 bin/templates/project/www/manifest.webapp    | 10 ++++++++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/7dd70882/bin/templates/project/www/cordova_plugins.js
----------------------------------------------------------------------
diff --git a/bin/templates/project/www/cordova_plugins.js b/bin/templates/project/www/cordova_plugins.js
new file mode 100644
index 0000000..37ec6f3
--- /dev/null
+++ b/bin/templates/project/www/cordova_plugins.js
@@ -0,0 +1 @@
+//temp file

http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/7dd70882/bin/templates/project/www/manifest.webapp
----------------------------------------------------------------------
diff --git a/bin/templates/project/www/manifest.webapp b/bin/templates/project/www/manifest.webapp
new file mode 100644
index 0000000..f24deb8
--- /dev/null
+++ b/bin/templates/project/www/manifest.webapp
@@ -0,0 +1,10 @@
+{
+  "name": "My App",
+  "description": "Description of your app",
+  "launch_path": "/index.html",
+  "icons": {
+    "128": "/img/logo.png"
+  },
+  "default_locale": "en",
+  "type": "privileged"
+}
\ No newline at end of file