aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Florian Schaupp <florian@fschaupp.me>2022-07-03 15:22:10 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-04 06:57:49 +0530
commit54974e399ed7fbe1a93296fcdf8c288c99ec13c4 (patch)
tree8165a2ce285c9cd0b3a89d88941f16611cef637d /recipes
parentAdd user agent fix for ARM macs (Fix #31) (diff)
downloadferdium-recipes-54974e399ed7fbe1a93296fcdf8c288c99ec13c4.tar.gz
ferdium-recipes-54974e399ed7fbe1a93296fcdf8c288c99ec13c4.tar.zst
ferdium-recipes-54974e399ed7fbe1a93296fcdf8c288c99ec13c4.zip
add trakt.tv service
Diffstat (limited to 'recipes')
-rw-r--r--recipes/trakt/icon.svg15
-rw-r--r--recipes/trakt/index.js1
-rw-r--r--recipes/trakt/package.json9
3 files changed, 25 insertions, 0 deletions
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 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4<svg style="fill:#ed1c24" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 144.8 144.8" enable-background="new 0 0 144.8 144.8" xml:space="preserve">
5<g>
6 <path d="M29.5,111.8c10.6,11.6,25.9,18.8,42.9,18.8c8.7,0,16.9-1.9,24.3-5.3L56.3,85L29.5,111.8z"/>
7 <path d="M56.1,60.6L25.5,91.1L21.4,87l32.2-32.2h0l37.6-37.6c-5.9-2-12.2-3.1-18.8-3.1c-32.2,0-58.3,26.1-58.3,58.3 c0,13.1,4.3,25.2,11.7,35l30.5-30.5l2.1,2l43.7,43.7c0.9-0.5,1.7-1,2.5-1.6L56.3,72.7L27,102l-4.1-4.1l33.4-33.4l2.1,2l51,50.9 c0.8-0.6,1.5-1.3,2.2-1.9l-55-55L56.1,60.6z"/>
8 <path d="M115.7,111.4c9.3-10.3,15-24,15-39c0-23.4-13.8-43.5-33.6-52.8L60.4,56.2L115.7,111.4z M74.5,66.8l-4.1-4.1l28.9-28.9 l4.1,4.1L74.5,66.8z M101.9,27.1L68.6,60.4l-4.1-4.1L97.8,23L101.9,27.1z"/>
9 <g>
10 <g>
11 <path d="M72.4,144.8C32.5,144.8,0,112.3,0,72.4C0,32.5,32.5,0,72.4,0s72.4,32.5,72.4,72.4C144.8,112.3,112.3,144.8,72.4,144.8z M72.4,7.3C36.5,7.3,7.3,36.5,7.3,72.4s29.2,65.1,65.1,65.1s65.1-29.2,65.1-65.1S108.3,7.3,72.4,7.3z"/>
12 </g>
13 </g>
14</g>
15</svg>
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 @@
1{
2 "id": "trakt",
3 "name": "Trakt",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://trakt.tv"
8 }
9}