From 3d53ed4197d6ee6b2885cb9e812f85c022f29200 Mon Sep 17 00:00:00 2001 From: zeraye Date: Fri, 29 Dec 2023 17:41:54 +0100 Subject: [PATCH] chore: init --- README.md | 9 +++++++++ images/searxng-wordmark.svg | 19 +++++++++++++++++++ images/searxng.svg | 25 +++++++++++++++++++++++++ manifest.json | 23 +++++++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 README.md create mode 100644 images/searxng-wordmark.svg create mode 100644 images/searxng.svg create mode 100644 manifest.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..d549d92 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# SearXNG (priv.au) + +Analysing chess.com games at lichess.org for free. + +![Addon logo](images/searxng.svg) + +## Addon + +Extension can be installed [here](https://addons.mozilla.org/en-US/firefox/addon/searxng-priv-au/). diff --git a/images/searxng-wordmark.svg b/images/searxng-wordmark.svg new file mode 100644 index 0000000..417e7ed --- /dev/null +++ b/images/searxng-wordmark.svg @@ -0,0 +1,19 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + \ No newline at end of file diff --git a/images/searxng.svg b/images/searxng.svg new file mode 100644 index 0000000..3249c72 --- /dev/null +++ b/images/searxng.svg @@ -0,0 +1,25 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..6cfb70a --- /dev/null +++ b/manifest.json @@ -0,0 +1,23 @@ +{ + "manifest_version": 2, + "version": "1.0", + "name": "SearXNG (priv.au)", + "short_name": "SearXNG", + "author": "zeraye", + "description": "Add SearXNG to search engine list.", + "icons": { + "16": "images/searxng-wordmark.svg", + "128": "images/searxng-wordmark.svg" + }, + "chrome_settings_overrides": { + "search_provider": { + "name": "SearXNG", + "keyword": "searx, searxng", + "search_url": "https://priv.au/search?q={searchTerms}", + "favicon_url": "images/searxng-wordmark.svg", + "suggest_url": "https://priv.au/autocompleter?q={searchTerms}", + "encoding": "UTF-8", + "is_default": true + } + } +}