From 54974e399ed7fbe1a93296fcdf8c288c99ec13c4 Mon Sep 17 00:00:00 2001 From: Florian Schaupp Date: Sun, 3 Jul 2022 15:22:10 +0000 Subject: add trakt.tv service --- recipes/trakt/icon.svg | 15 +++++++++++++++ recipes/trakt/index.js | 1 + recipes/trakt/package.json | 9 +++++++++ 3 files changed, 25 insertions(+) create mode 100644 recipes/trakt/icon.svg create mode 100644 recipes/trakt/index.js create mode 100644 recipes/trakt/package.json (limited to 'recipes') diff --git a/recipes/trakt/icon.svg b/recipes/trakt/icon.svg new file mode 100644 index 0000000..3d1002c --- /dev/null +++ b/recipes/trakt/icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/recipes/trakt/index.js b/recipes/trakt/index.js new file mode 100644 index 0000000..606c6e3 --- /dev/null +++ b/recipes/trakt/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => class Trakt extends Ferdium {}; \ No newline at end of file diff --git a/recipes/trakt/package.json b/recipes/trakt/package.json new file mode 100644 index 0000000..d0dea18 --- /dev/null +++ b/recipes/trakt/package.json @@ -0,0 +1,9 @@ +{ + "id": "trakt", + "name": "Trakt", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://trakt.tv" + } +} -- cgit v1.2.3-70-g09d2