зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
402 B
JSON
16 строки
402 B
JSON
{
|
|
"environment": "firefox-panel",
|
|
"logging": false,
|
|
"clientLogging": false,
|
|
"firefox": {
|
|
"mcPath": "./firefox"
|
|
},
|
|
"workers": {
|
|
"parserURL": "resource://devtools/client/debugger/parser-worker.js",
|
|
"prettyPrintURL":
|
|
"resource://devtools/client/debugger/pretty-print-worker.js",
|
|
"searchURL": "resource://devtools/client/debugger/search-worker.js"
|
|
},
|
|
"features": {}
|
|
}
|