-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPINF.json
44 lines (44 loc) · 1.79 KB
/
PINF.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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"boot": {
"config": "firephp-for-firebug.next/0"
},
"config": {
"firephp-for-firebug.next/0": {
"$to": "firephp-for-firebug.next",
"run": {
"homepage": "{{$from.browser.homepage}}"
}
},
"genesis.pinf.org/0": {
"programs": {
"components": "{{__DIRNAME__}}/components/program.json",
"server": "{{__DIRNAME__}}/server/program.json"
}
},
"github.com/pinf-to/pinf-to-mozilla-addon/0": {
"$to": "addon",
"id": "[email protected]",
"name": "{{$from.pgs.basename}}",
"bundlesBasePath": "{{$from.pgs.programs.components.getRuntimeConfigFor(boot).run.bundlesBasePath}}",
"config": {
"label": "{{$from.pgs.basename}}",
"rootVortexUrl": "{{$from.pgs.programs.components.getRuntimeConfigFor(boot).run.rootVortexUrl}}"
}
},
"github.com/pinf-to/pinf-to-mozilla-firefox-profile/0": {
"$to": "browser",
"browserVersion": "40.0a1",
"browserRelease": "nightly",
"homepage": "http://localhost:{{$from.pgs.programs.server.getRuntimeConfigFor(server).docker.port}}",
"extensions": {
"[email protected]": "https://getfirebug.com/releases/firebug/3.0/firebug-3.0.0-alpha.9.xpi",
"[email protected]": "https://getfirebug.com/releases/fbtrace/3.0/fbtrace-3.0b1.xpi",
"[email protected]": "{{$from.addon.path}}"
},
"preferences": {
"extensions.firebug.alwaysOpenTraceConsole": true,
"extensions.firebug.DBG_PGS/HOIST": true
}
}
}
}