File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 21
21
"url" : " https://github.com/firebug/firequery/issues"
22
22
},
23
23
"preferences-branch" : " firequery" ,
24
- "preferences" : [
25
- ]
24
+ "preferences" : [{
25
+ "name" : " jQueryURL" ,
26
+ "title" : " jQueryURL" ,
27
+ "description" : " " ,
28
+ "type" : " string" ,
29
+ "value" : " chrome://firequery-resources/content/jquery.js"
30
+ }, {
31
+ "name" : " jQueryURLTimeout" ,
32
+ "title" : " jQueryURLTimeout" ,
33
+ "description" : " " ,
34
+ "type" : " integer" ,
35
+ "value" : 5000
36
+ }, {
37
+ "name" : " jQueryLintURL" ,
38
+ "title" : " jQueryLintURL" ,
39
+ "description" : " " ,
40
+ "type" : " string" ,
41
+ "value" : " chrome://firequery-resources/content/jquery.lint.js"
42
+ }, {
43
+ "name" : " jQueryLintURLTimeout" ,
44
+ "title" : " jQueryLintURLTimeout" ,
45
+ "description" : " " ,
46
+ "type" : " integer" ,
47
+ "value" : 5000
48
+ }, {
49
+ "name" : " useLint" ,
50
+ "title" : " useLint" ,
51
+ "description" : " " ,
52
+ "type" : " bool" ,
53
+ "value" : false
54
+ }]
26
55
}
You can’t perform that action at this time.
0 commit comments