-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 888 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 888 Bytes
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
{
"id": "stop-it@hotmail.com",
"title": "Stop-it",
"name": "stop-it",
"version": "1.9.0",
"description": "Stop-it the BEST Anti Porn, scam, hacks tool on the web and many more.",
"main": "index.js",
"author": {
"name": "Leonardo Sedevcic",
"email": "stop-it@hotmail.com",
"url": "http://stop-it.be/"
},
"contributors": [{
"name": "Ondřej Doněk",
"email": "ondrejd@gmail.com",
"url": "https://ondrejdonek.blogspot.com/"
}],
"engines": {
"firefox": ">=38.0a1",
"fennec": ">=38.0a1"
},
"license": "MPL-2.0",
"homepage": "http://stop-it.be/",
"permissions": {
"private-browsing": true,
"multiprocess": true
},
"preferences": [{
"name": "showIconInUrlBar",
"title": "Show URL bar icon",
"description": "Show Stop-It icon in browser's URL bar indicating whenever was filter used on the current page or not.",
"type": "bool",
"value": true
}]
}