diff --git a/lnbits/extensions/TwitchAlerts/config.json b/lnbits/extensions/TwitchAlerts/config.json index 55389373..f9105475 100644 --- a/lnbits/extensions/TwitchAlerts/config.json +++ b/lnbits/extensions/TwitchAlerts/config.json @@ -1,6 +1,6 @@ { - "name": "Build your own!", - "short_description": "Join us, make an extension", - "icon": "info", - "contributors": ["github_username"] + "name": "Twitch Alerts", + "short_description": "Integrate Bitcoin donations into your stream alerts!", + "icon": "notifications_active", + "contributors": ["Fittiboy"] } diff --git a/lnbits/extensions/TwitchAlerts/templates/example/index.html b/lnbits/extensions/TwitchAlerts/templates/example/index.html deleted file mode 100644 index e78e07bc..00000000 --- a/lnbits/extensions/TwitchAlerts/templates/example/index.html +++ /dev/null @@ -1,57 +0,0 @@ -{% extends "base.html" %} {% from "macros.jinja" import window_vars with context -%} {% block page %} - - -
Frameworks used by LNbits
- - - {% raw %} - - - {{ tool.name }} - {{ tool.language }} - - {% endraw %} - - - -

- A magical "g" is always available, with info about the user, wallets and - extensions: -

- {% raw %}{{ g }}{% endraw %} -
-
-{% endblock %} {% block scripts %} {{ window_vars(user) }} - -{% endblock %}