diff --git a/app/javascript/pages/Extensions/Index.svelte b/app/javascript/pages/Extensions/Index.svelte index 50bf7a703..f2ad97cd6 100644 --- a/app/javascript/pages/Extensions/Index.svelte +++ b/app/javascript/pages/Extensions/Index.svelte @@ -29,6 +29,12 @@ install: "https://hackclub.enterprise.slack.com/archives/C0AJLGZ73NE", buttonLabel: "Try it out!", }, + { + name: "Hackabile", + source: "https://github.com/nilanshsharma23/hackabile", + description: "Android app for Hackatime.", + install: "https://github.com/nilanshsharma23/hackabile/releases/tag/v1.0", + }, ];