| Index: chrome/common/extensions/docs/templates/intros/permissions.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/permissions.html b/chrome/common/extensions/docs/templates/intros/permissions.html
|
| index e0c6bb37a0456a39778ffe0cb99907f8631f3114..a9c1271accff3fc2de19bf8c6487bf2c5a51d283 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/permissions.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/permissions.html
|
| @@ -77,6 +77,12 @@ You can specify any of the following as optional
|
| </ul>
|
| </p>
|
|
|
| +<p>If you want to request hosts that you only discover at runtime, include
|
| +<code>"http://*/"</code> and/or <code>"https://*/"</code> as an
|
| +<code>optional_permission</code>. This lets you specify any origin in
|
| +$ref:Permissions.origins as long as it has a matching scheme.
|
| +</p>
|
| +
|
| <h3 id="request"> Step 3: Request optional permissions </h3>
|
| <p>
|
| Request the permissions from within a user gesture using
|
|
|