Chromium Code Reviews| Index: chrome/common/extensions/api/_api_features.json |
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
| index 1ed10171a0889b7bd472b579b1e1d9d93f2a9366..322585eea3815976b656c447e0bc5415587eb8ca 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -3,6 +3,22 @@ |
| // found in the LICENSE file. |
| { |
| + "app": { |
| + "channel": "stable", |
| + "extension_types": ["hosted_app", "extension"], |
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script", "web_page"], |
|
not at google - send to devlin
2013/04/04 01:30:26
80 characters
cduvall
2013/04/11 00:02:56
Done.
|
| + "matches": [ "<all_urls>" ] |
|
not at google - send to devlin
2013/04/04 01:30:26
no spaces around this (sorry...)
cduvall
2013/04/11 00:02:56
Done.
|
| + }, |
| + "app.runtime": { |
| + "channel": "stable", |
| + "contexts": ["blessed_extension"], |
| + "dependencies": ["permission:app.runtime"] |
| + }, |
| + "app.window": { |
| + "channel": "stable", |
| + "contexts": ["blessed_extension"], |
| + "dependencies": ["permission:app.window"] |
| + }, |
| "app.currentWindowInternal": { |
| "internal": true, |
| "channel": "stable", |