From 0c14c9550ff566c6289e7536cd8082b4f7c66d97 Mon Sep 17 00:00:00 2001 From: Marco Lussetti Date: Mon, 19 Oct 2020 08:21:22 -0700 Subject: docs: minor clarification (svg must be square) --- docs/integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/integration.md') diff --git a/docs/integration.md b/docs/integration.md index 4de4953..45d3af7 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -49,7 +49,7 @@ This command will automatically create the development recipe in the correct fol ## Recipe structure Every recipe needs a specific file structure in order to work as a Ferdi recipe -* icon.svg - Icon for the service in SVG form +* icon.svg - Icon for the service in SVG form (must be square) * icon.png - Icon for the service in PNG form (1024x1024px) * index.js - Backend script, this script is NOT included in the service webview but only in Ferdi itself * package.json - Information about the recipe @@ -167,7 +167,7 @@ module.exports = (Ferdi) => { To get more information about the provided functions, check the [API docs](frontend_api.md). ## Icons -In order to show every service icon crystal clear within the Ferdi UI, we require a .svg and .png in 1024x1024px. +In order to show every service icon crystal clear within the Ferdi UI, we require the icon in both .svg (square) and .png (square, 1024x1024px) formats. ## Dark Mode You can provide a custom Dark Mode Theme for your recipes just by putting the `darkmode.css` into your recipe folder. Once the `darkmode.css` exists, you can enable the Dark Mode in your service settings. -- cgit v1.2.3-70-g09d2