aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-06-16 21:16:03 +0200
committerTeddy Wing2021-06-16 21:16:03 +0200
commita0971516eae6e8ec649742a49603fed9522f42fc (patch)
tree153dfd8222f0683fd7801afafaac1a50381845c0
downloadfirefox-godocs.io-search-a0971516eae6e8ec649742a49603fed9522f42fc.tar.bz2
Firefox search engine for Godocs.io
-rw-r--r--manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..ccb627e
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,15 @@
+{
+ "manifest_version": 2,
+
+ "name": "Godocs.io Search",
+ "version": "0.0.1",
+
+ "chrome_settings_overrides": {
+ "search_provider": {
+ "name": "Godocs.io",
+ "search_url": "https://godocs.io/?q={searchTerms}",
+ "keyword": "@godoc",
+ "favicon_url": "https://godocs.io/favicon.ico"
+ }
+ }
+}