Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/alert/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/alert/manifest.json b/chrome/test/data/extensions/api_test/alert/manifest.json |
| index 5f1c23275ecbcb05ce2ec3ea20da1243df0cb30a..d76f2f49d48a18d6fab1a81d68de9f0764e49469 100644 |
| --- a/chrome/test/data/extensions/api_test/alert/manifest.json |
| +++ b/chrome/test/data/extensions/api_test/alert/manifest.json |
| @@ -4,6 +4,6 @@ |
| "manifest_version": 2, |
| "description": "Pops up an alert dialog from the bg page", |
| "background": { |
| - "page": "test.html" |
| + "scripts": ["test.js"] |
|
Aaron Boodman
2012/01/09 20:15:48
I will convert the rest of these in a separate cha
|
| } |
| } |