feat(brave-search): add app with web search action

This commit is contained in:
Ali BARIN
2025-01-27 12:15:52 +00:00
parent ade6e96b1b
commit b01d389d79
17 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/brave-search.svg
items:
- name: Web search
desc: Queries Brave Search and get back search results from the web.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />