From e9909bf55c4d1cd1648376c941d2e5031b872dfb Mon Sep 17 00:00:00 2001 From: Bernhard Date: Tue, 4 Oct 2022 09:54:34 +0200 Subject: add recipe for snapchat (#182) --- recipes/snapchat/icon.svg | 6 ++++++ recipes/snapchat/index.js | 1 + recipes/snapchat/package.json | 9 +++++++++ 3 files changed, 16 insertions(+) create mode 100644 recipes/snapchat/icon.svg create mode 100644 recipes/snapchat/index.js create mode 100644 recipes/snapchat/package.json (limited to 'recipes/snapchat') 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 @@ + \ 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 @@ +{ + "id": "snapchat", + "name": "Snapchat", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://web.snapchat.com/" + } +} -- cgit v1.2.3-70-g09d2