| 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 ccb2cdabf987484d1302b79b902373b2a0b25da0..cc9dfaa01a7143b1fd122a5f8ae1836b63269a97 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/articles/manifest.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/articles/manifest.html
|
| @@ -1,6 +1,5 @@
|
| <h1>Formats: Manifest Files</h1>
|
|
|
| -
|
| <p>
|
| Every extension, installable web app, and theme has a
|
| <a href="http://www.json.org">JSON</a>-formatted manifest file,
|
| @@ -522,7 +521,7 @@ table.
|
| <td> Indicates the app or extension uses
|
| <code>document.execCommand('copy')</code> or
|
| <code>document.execCommand('cut')</code>. This permission is <b>required
|
| - for hosted apps</b>; it's recommended for extensions and packaged apps.
|
| + for hosted apps</b>; it's recommended for extensions.
|
| </td>
|
| </tr>
|
| <tr>
|
|
|