Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/articles/manifest.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/articles/manifest.html b/chrome/common/extensions/docs/server2/templates/articles/manifest.html |
| index 2c88b5735478d65d299146845313c8a4d9b9bdfe..234918a75be86b69b9e77f88227cd84378079066 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/articles/manifest.html |
| +++ b/chrome/common/extensions/docs/server2/templates/articles/manifest.html |
| @@ -472,6 +472,14 @@ table. |
| <a href="match_patterns.html">Match Patterns</a>. |
| </td> |
| </tr> |
| +<tr> |
| + <td> "activeTab" </td> |
| + <td> <p> |
| + Requests that the extension be granted permissions according to the |
| + <a href="activeTab.html">activeTab</a> specification. |
|
mkearney1
2012/09/12 17:02:37
This is kind of vague. What about:
Requests permi
|
| + </p> |
| + </td> |
| +</tr> |
| <tr id="bg"> |
| <td> "background" </td> |
| <td> <p> |