summaryrefslogtreecommitdiff
path: root/libre/mozilla-searchplugins/internet-archive.json
blob: cbcfe076e03b7cd4e9a671036119c6b8a453d0c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "Internet Archive",
  "description": "Search archive.org",
  "manifest_version": 2,
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "internet-archive@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": [
    "favicon.ico"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Internet Archive",
      "search_url": "https://www.archive.org/search.php?sourceid=Mozilla-search&query={searchTerms}&sort=-/additional/item/downloads"
    }
  }
}