aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Bernhard <berni98k@gmail.com>2022-10-04 09:54:34 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-04 07:54:34 +0000
commite9909bf55c4d1cd1648376c941d2e5031b872dfb (patch)
tree9972d351cfec01966342b81e4fcdc077f7a4b9a8 /recipes
parentadd 0rax as a contributor for code (#194) (diff)
downloadferdium-recipes-e9909bf55c4d1cd1648376c941d2e5031b872dfb.tar.gz
ferdium-recipes-e9909bf55c4d1cd1648376c941d2e5031b872dfb.tar.zst
ferdium-recipes-e9909bf55c4d1cd1648376c941d2e5031b872dfb.zip
add recipe for snapchat (#182)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/snapchat/icon.svg6
-rw-r--r--recipes/snapchat/index.js1
-rw-r--r--recipes/snapchat/package.json9
3 files changed, 16 insertions, 0 deletions
diff --git a/recipes/snapchat/icon.svg b/recipes/snapchat/icon.svg
new file mode 100644
index 0000000..36ba57b
--- /dev/null
+++ b/recipes/snapchat/icon.svg
@@ -0,0 +1,6 @@
1<svg xmlns="http://www.w3.org/2000/svg"
2aria-label="Snapchat" role="img"
3viewBox="0 0 512 512"><rect
4width="512" height="512"
5rx="15%"
6fill="#fffc00"/><path fill="#fff" stroke="#000" stroke-width="7" d="M203 414c-18-13-32-20-66-14-5 1-14 4-15-5-2-7-2-18-7-19-31-4-42-10-47-16-2-2-3-7 1-8 53-10 78-61 83-71 6-15-4-24-23-30-9-3-24-7-24-17 0-5 5-8 10-10 4-1 8-2 12 0 12 5 23 7 29 2 0-27-7-61 4-89 13-31 45-59 96-59s83 28 96 59c11 28 4 62 4 89 6 5 17 3 29-2 4-2 8-1 12 0 5 2 10 5 10 10 0 10-15 14-24 17-19 6-29 15-23 30 5 10 30 61 83 71 4 1 3 6 1 8-5 6-16 12-47 16-5 1-5 12-7 19-1 9-10 6-15 5-34-6-48 1-66 14a82 82 0 0 1-53 20c-21 1-38-8-53-20z"/></svg> \ No newline at end of file
diff --git a/recipes/snapchat/index.js b/recipes/snapchat/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/snapchat/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/snapchat/package.json b/recipes/snapchat/package.json
new file mode 100644
index 0000000..3fdab0e
--- /dev/null
+++ b/recipes/snapchat/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "snapchat",
3 "name": "Snapchat",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://web.snapchat.com/"
8 }
9}