From f470e916bf7ecf260225bf76ddf9ce4d801852a2 Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Wed, 17 Jan 2024 15:14:14 +0800 Subject: [PATCH] Create stackoverflow_plus.json --- plugins/stackoverflow_plus.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/stackoverflow_plus.json diff --git a/plugins/stackoverflow_plus.json b/plugins/stackoverflow_plus.json new file mode 100644 index 0000000..23ff527 --- /dev/null +++ b/plugins/stackoverflow_plus.json @@ -0,0 +1,14 @@ +{ + "author": "onrender", + "createdAt": "2024-01-17", + "homepage": "https://stack-overflow-search.onrender.com", + "identifier": "stackoverflow_plus", + "manifest": "https://openai-collections.chat-plugin.lobehub.com/stackoverflow/manifest.json", + "meta": { + "avatar": "https://stack-overflow-search.onrender.com/.well-known/logo", + "tags": ["stack-overflow", "q&a"], + "title": "StackOverflow Plus", + "description": "Get recent questions and answers from Stack Overflow." + }, + "schemaVersion": 1 +}