| 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..fb9c1e75149eacb19e8f7b546ce274a9dd2242ef 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -3,6 +3,26 @@
|
| // found in the LICENSE file.
|
|
|
| {
|
| + "app": {
|
| + "channel": "stable",
|
| + "extension_types": ["hosted_app", "extension", "packaged_app"],
|
| + "contexts": [
|
| + "blessed_extension", "unblessed_extension", "content_script", "web_page"
|
| + ],
|
| + "matches": [
|
| + "http://*/*", "https://*/*", "chrome-extension://*/*", "file://*/*"
|
| + ]
|
| + },
|
| + "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",
|
| @@ -21,7 +41,9 @@
|
| "events": {
|
| "internal": true,
|
| "channel": "stable",
|
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script", "web_page"],
|
| + "contexts": [
|
| + "blessed_extension", "unblessed_extension", "content_script", "web_page"
|
| + ],
|
| "matches": ["<all_urls>"]
|
| },
|
| "fileBrowserHandlerInternal": {
|
| @@ -40,6 +62,6 @@
|
| "extension_types": ["hosted_app"],
|
| "contexts": ["blessed_extension", "web_page"],
|
| // Any webpage can use the webstore API.
|
| - "matches": [ "http://*/*", "https://*/*" ]
|
| + "matches": ["http://*/*", "https://*/*"]
|
| }
|
| }
|
|
|