Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json b/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b7070a45d40c02a1975c22205f958113296c1e17 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "new_note action_handler test", |
| + "version": "1.0.0", |
| + "action_handlers": ["new_note"], |
| + "app": { |
| + "background": { |
| + "scripts": ["main.js"] |
| + } |
| + } |
| +} |