diff options
Diffstat (limited to 'chrome/common/extensions/docs/templates/articles/declare_permissions.html')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/declare_permissions.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/declare_permissions.html b/chrome/common/extensions/docs/templates/articles/declare_permissions.html index 4bcbdccf..33df369 100644 --- a/chrome/common/extensions/docs/templates/articles/declare_permissions.html +++ b/chrome/common/extensions/docs/templates/articles/declare_permissions.html @@ -320,5 +320,13 @@ table. fashion. </td> </tr> {{/is_apps}} +{{?is_apps}} +<tr> + <td id="webview"> "webview" </td> + <td> Required if the app uses the + <a href="webview_tag.html">Webview Tag</a> to embed live content + from the web in the packaged app.</td> +</tr> +{{/is_apps}} </tr> -</table> +</table>
\ No newline at end of file |