diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/manifest.html')
-rwxr-xr-x | chrome/common/extensions/docs/static/manifest.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index 8fedf97..405e025 100755 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -1,5 +1,6 @@ -<div id="pageData-title" class="pageData">Manifest File Format</div> +<div id="pageData-title" class="pageData">Formats: Manifest Files</div> <p class="comment"> -[PENDING: This page should go into detail about all the parts of the manifest. In cases where there's not too much to say about something (icons, cross-origin XHR), we can just document it inline. Otherwise (content scripts), we can link off to a separate page.] +[PENDING: This page should go into detail about all the parts of manifest.json files. In cases where there's not too much to say about something (icons, cross-origin XHR), we can just document it inline. Otherwise (content scripts), we can link off to a separate page.] </p> + |