forked from alayliercan/SearchwithBookmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"preferences": [
{
"type": "bool",
"name": "openInNewTab",
"value": true,
"title": "Show search results in a new tab"
},
{
"type": "bool",
"name": "openInBackground",
"value": true,
"title": "Open search results in a background tab"
},
{
"type": "bool",
"name": "moveMenuHack",
"value": false,
"title": "Move the menu next to built-in search item"
}
],
"title": "Search with Bookmarks",
"name": "searchwithbookmarks",
"type": 2,
"version": "1.3.0",
"description": "Allows you to search any text selected on a website using your bookmarks.",
"icon": "resource://@searchwithbookmarks/data/icon64.png",
"main": "index.js",
"author": "E. ALAYLI",
"permissions": {
"multiprocess": true,
"private-browsing": true
},
"engines": {
"firefox": ">=38.0a1"
},
"license": "MIT",
"keywords": [
"search",
"bookmarks",
"context menu"
]
}