OLD | NEW |
---|---|
1 { | 1 { |
2 "name" : "Platform App Context Menus Test Extension", | 2 "name" : "Platform App Context Menus Test Extension", |
3 "version" : "0.1", | 3 "version" : "0.1", |
4 "permissions": [ | 4 "permissions": [ |
5 "experimental", | |
6 "contextMenus" | 5 "contextMenus" |
7 ], | 6 ], |
8 "app": { | 7 "app": { |
9 "background": { | 8 "background": { |
10 "scripts": ["test.js"] | 9 "scripts": ["test.js"] |
11 } | 10 } |
12 } | 11 } |
13 } | 12 } |
OLD | NEW |