OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "chrome.fileManagerPrivate permission test", | |
3 "version": "0.1", | |
4 "manifest_version": 2, | |
5 "description": "Tests if chrome.fileManagerPrivate is not available to non-whi telisted apps.", | |
6 "app": { | |
7 "background": { | |
8 "scripts": ["background.js"] | |
9 } | |
10 }, | |
11 "permissions": [ | |
12 "fileManagerPrivate" | |
13 ] | |
hirono
2014/09/29 04:45:40
nit: indent is wrong?
mtomasz
2014/09/29 04:51:55
Done.
| |
14 } | |
OLD | NEW |