| Index: chrome/common/extensions/docs/templates/articles/manifest.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/manifest.html b/chrome/common/extensions/docs/templates/articles/manifest.html
|
| index 84b911860622f02358c86cb298f239dbd6a2c55d..769b8414920fcbbd0faaa44bd1e9e7ff22d068dd 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/manifest.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/manifest.html
|
| @@ -465,6 +465,12 @@ table.
|
| <a href="match_patterns.html">Match Patterns</a>.
|
| </td>
|
| </tr>
|
| +<tr>
|
| + <td> "activeTab" </td>
|
| + <td> Requests that the extension be granted permissions according to the
|
| + <a href="activeTab.html">activeTab</a> specification.
|
| + </td>
|
| +</tr>
|
| <tr id="bg">
|
| <td> "background" </td>
|
| <td> <p>
|
|
|