forked from bgirard/Gecko-Profiler-Addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"description": "Provide advanced profiling results integrating both the Javascript and C++ (platform) execution. Focus in on the cause of slow events causing the browser to be unresponsive and share the profiles with others. Ideal for both platform or Web development. For all the profiling features use a Nightly firefox build.",
"license": "MPL2",
"author": "Benoit Girard <bgirard@mozilla.com>",
"url": "https://github.com/bgirard/Gecko-Profiler-Addon",
"version": "1.13.2",
"dependencies": [
"addon-kit",
"api-utils",
"pathfinder"
],
"comment_preferences": [{
"name": "somePreference",
"title": "Some preference title",
"type": "string",
"value": "this is the default string value"
}],
"name": "geckoprofiler",
"fullName": "Gecko Profiler",
"id": "jid0-edalmuivkozlouyij0lpdx548bc"
}