forked from nicosteiner/senseo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 905 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
{
"name": "senseo",
"description": "SenSEO ist an extension checking SEO-critical on page criteria.",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1",
"author": "Nico Steiner",
"version": "2.4.5",
"fullName": "SenSEO",
"id": "senseo@nicosteiner.de",
"homepage": "http://www.sensational-seo.com/",
"preferences": [{
"name": "prefillKeyword",
"title": "Prefill keyword if available",
"type": "bool",
"value": true
}, {
"name": "numberOfPagesCrawled",
"title": "Number of pages to be crawled (max. 250)",
"type": "integer",
"value": 50
}, {
"name": "colorBlindFriendly",
"title": "Color-blind friendly version",
"type": "bool",
"value": false
}, {
"name": "firstRun",
"title": "toolbarbutton set on first run",
"type": "bool",
"value": false
}]
}