Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8407)

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/manifest.html

Issue 10914218: Removing references to legacy packaged apps across extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698