| Index: chrome/common/extensions/api/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
|
| index 3bd8a5719bfbed4d5b4abd8ca89b0c80166bd818..e9a8a5cdaa4eb817e8b426d31f7a1d8c0a44cb14 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/chrome/common/extensions/api/tabs.json
|
| @@ -38,6 +38,7 @@
|
| "code": {"type": "string", "optional": true, "description": "JavaScript or CSS code to inject."},
|
| "file": {"type": "string", "optional": true, "description": "JavaScript or CSS file to inject."},
|
| "allFrames": {"type": "boolean", "optional": true, "description": "If allFrames is <code>true</code>, implies that the JavaScript or CSS should be injected into all frames of current page. By default, it's <code>false</code> and is only injected into the top frame."},
|
| + "matchAboutBlank": {"type": "boolean", "optional": true, "description": "If matchAboutBlank is true, then the code is also injected in about:blank and about:srcdoc frames if your extension has access to its parent document. Code cannot be inserted in top-level about:-frames. By default it is <code>false</code>."},
|
| "runAt": {
|
| "type": "string",
|
| "optional": true,
|
|
|