diff --git a/offliner-definition.json b/offliner-definition.json index 2c9f0b9..0fde4a2 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -107,20 +107,23 @@ "description": "List of comma-separated Tags for the ZIM file." }, "main_logo": { - "type": "url", + "type": "blob", + "kind": "image", "required": false, "title": "Header Logo", "description": "Custom logo. Will be resized to 300x65px. Nautilus otherwise." }, "secondary_logo": { - "type": "url", + "type": "blob", + "kind": "image", "required": false, "title": "Footer logo", "description": "Custom footer logo. Will be resized to 300x65px. None otherwise" }, "favicon": { - "type": "url", + "type": "blob", "required": false, + "kind": "image", "title": "Favicon", "description": "Custom favicon. Will be resized to 48x48px. Nautilus otherwise." },