Chromium Code Reviews| Index: chrome/test/data/extensions/good/extension2/2/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/good/extension2/2/manifest.json (revision 14851) |
| +++ chrome/test/data/extensions/good/extension2/2/manifest.json (working copy) |
| @@ -2,5 +2,6 @@ |
| "id": "10123456789ABCDEF0123456789ABCDEF0123456", |
| "version": "1.0.0.0", |
| "name": "My extension 2", |
| - "plugins_dir": "npapi" |
| + "plugins_dir": "npapi", |
| + "background": "background.html" |
| } |