Skip to content

Commit 0e94518

Browse files
committed
New preferences
1 parent b4f7f96 commit 0e94518

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

package.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,35 @@
2121
"url": "https://github.com/firebug/firequery/issues"
2222
},
2323
"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+
}]
2655
}

0 commit comments

Comments
 (0)