diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-11 10:32:59 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-11 10:32:59 +0100 |
| commit | a94bd16d95f00fe3f8f27b425be3c7fc8cd3cd76 (patch) | |
| tree | bde44a9ec9442947c9b46cb6c0f4377eaadcb44e /config.xml | |
| parent | 8b7b751c04a0f41129a2d39de93c171e8e516c42 (diff) | |
| parent | ff3abf9d87a502cdf31a5f4abcbbf1826fd64fc9 (diff) | |
| download | snap-a94bd16d95f00fe3f8f27b425be3c7fc8cd3cd76.tar.gz snap-a94bd16d95f00fe3f8f27b425be3c7fc8cd3cd76.zip | |
Merge branch 'development' into gh-pages
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..36a7bcf --- /dev/null +++ b/config.xml @@ -0,0 +1,15 @@ +<?xml version='4.0' encoding='utf-8'?> +<widget id="edu.berkeley.snap" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> + <name>Snap!</name> + <description> + Snap! Build Your Own Blocks + A visual, blocks based programming language inspired by Scratch + </description> + <author email="jens@moenig.org" href="http://snap.berkeley.edu"> + Jens Mönig and Brian Harvey + </author> + <content src="snap.html" /> + <access origin="*" /> + <preference name="Fullscreen" value="true" /> + <icon src="www/snap_logo_sm.png" /> +</widget> |
