From 144b22ad6f39c82d390f8defb0476ac19e43a2a6 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 2 Dec 2023 21:47:59 +0800 Subject: [PATCH] :sparkles: feat: add plugin meta in manifest.json --- public/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/manifest.json b/public/manifest.json index b83dcfb..b7bd704 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -17,5 +17,11 @@ } ], "identifier": "website-crawler", + "meta": { + "avatar": "🕸", + "tags": ["web", "content-crawler"], + "title": "Website Crawler", + "description": "Extract content from web links" + }, "version": "1" }