Chromium Code Reviews| 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 ] | |
| 14 } | |
| OLD | NEW |