874
edits
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
author: "Atul Varma", | author: "Atul Varma", | ||
capabilities: { | capabilities: { | ||
// Note that these capabilities are in | // Note that these capabilities are in addition to any | ||
// capabilities we infer from static analysis of the Jetpack code. | // capabilities we infer from static analysis of the Jetpack code. | ||
// Third-party capabilities actually import functionality from | // Third-party capabilities actually import functionality from | ||
// chrome-space (i.e., the Mozilla platform) to the jetpack. | // chrome-space (i.e., the Mozilla platform) to the jetpack. | ||
// They generally add things to the jetpack | // They generally add things to the 'jetpack' namespace. | ||
thirdParty: ["http://foo.com/http-listener.zip"], | thirdParty: ["http://foo.com/http-listener.zip"], | ||
network: {domains: ["toolness.com"]}, | network: {domains: ["toolness.com"]}, | ||
edits