OLD | NEW |
1 { | 1 { |
2 "test1": { | 2 "test1": { |
| 3 "channel": "trunk", |
3 "contexts": ["content_script"] | 4 "contexts": ["content_script"] |
4 }, | 5 }, |
5 "test1.foo": { | 6 "test1.foo": { |
| 7 "channel": "trunk", |
6 "contexts": ["blessed_extension"] | 8 "contexts": ["blessed_extension"] |
7 }, | 9 }, |
8 "test2": { | 10 "test2": { |
9 "contexts": ["blessed_extension"], | 11 "contexts": ["blessed_extension"], |
10 "dependencies": ["api:test1"] | 12 "dependencies": ["api:test1"] |
11 }, | 13 }, |
12 "test2.foo": { | 14 "test2.foo": { |
| 15 "channel": "trunk", |
13 "contexts": ["content_script"] | 16 "contexts": ["content_script"] |
14 }, | 17 }, |
15 "test2.bar": { | 18 "test2.bar": { |
| 19 "channel": "trunk", |
16 "contexts": ["content_script", "blessed_extension"] | 20 "contexts": ["content_script", "blessed_extension"] |
17 }, | 21 }, |
18 "test2.baz": { | 22 "test2.baz": { |
19 "contexts": ["blessed_extension"], | 23 "contexts": ["blessed_extension"], |
20 "dependencies": ["api:test2.foo"] | 24 "dependencies": ["api:test2.foo"] |
21 }, | 25 }, |
22 "test3": { | 26 "test3": { |
| 27 "channel": "trunk", |
23 "contexts": ["content_script", "blessed_extension"] | 28 "contexts": ["content_script", "blessed_extension"] |
24 }, | 29 }, |
25 "test3.foo": { | 30 "test3.foo": { |
| 31 "channel": "trunk", |
26 "contexts": ["blessed_extension"] | 32 "contexts": ["blessed_extension"] |
27 }, | 33 }, |
28 "test4": { | 34 "test4": { |
29 "contexts": ["content_script"], | 35 "contexts": ["content_script"], |
30 "dependencies": ["api:test1.foo"] | 36 "dependencies": ["api:test1.foo"] |
31 } | 37 } |
32 } | 38 } |
OLD | NEW |