OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "manifest_version": 2, | |
3 "name": "new_note action_handler test", | |
4 "version": "1.0.0", | |
5 | |
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.
| |
6 "action_handlers": ["new_note"], | |
7 | |
8 "app": { | |
9 "background": { | |
10 "scripts": ["main.js"] | |
11 } | |
12 } | |
13 } | |
OLD | NEW |