Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:17:20 +08:00
commit edd93955ea
4 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "gemini-search",
"description": "Advanced web search plugin with caching, analytics, content extraction, and validation",
"version": "0.1.3",
"author": {
"name": "d-oit"
},
"hooks": [
"./hooks/hooks.json"
]
}