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..d54bf0dfb933ea0699ee19fc015012d6d7a4bc0f |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "manifest_version": 2, |
+ "name": "new_note action_handler test", |
+ "version": "1.0.0", |
+ |
Devlin
2017/02/17 23:43:06
nit: we don't really ever have empty lines in mani
jdufault
2017/02/21 21:07:40
Done.
|
+ "action_handlers": ["new_note"], |
+ |
+ "app": { |
+ "background": { |
+ "scripts": ["main.js"] |
+ } |
+ } |
+} |