mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
16 lines
No EOL
541 B
XML
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> |