habitica-self-host/archive/litenull_rewrite/app/config.xml
Tyler Renelle 20ea60cc33 rewrite2 add litenull's branch in so i an remove things as they're
merged. move derby stuff to archive/. update readme
2013-08-26 19:09:03 -04:00

16 lines
No EOL
541 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://habitrpg.com"
xmlns:gap = "http://phonegap.com/ns/2.2.0"
id = "com.phonegap.habitrpg"
version = "1.0.0">
<name>HabitRPG</name>
<description>
Habit tracking which treats your goals like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
</description>
<gap:plugin name="FacebookConnect">
<param name="APP_ID" value="149438691882945" />
</gap:plugin>
</widget>