diff options
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 4dbd5fe..308f4c1 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -401,7 +401,7 @@ are <b>name</b> and <b>version</b>. "<a href="#app">app</a>": {...}, <em>// Add any of these that you need</em> - "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html", + "<a href="background_pages.html">background</a>": {...}, "<a href="override.html">chrome_url_overrides</a>": {...}, "<a href="content_scripts.html">content_scripts</a>": [...], "<a href="#content_security_policy">content_security_policy</a>": "<em>policyString</em>", |