Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "chrome.clipboard_app", | |
| 3 "version": "0.1", | |
| 4 "description": "end-to-end browser test for clipboard permissions in hosted ap ps", | |
| 5 "app": { | |
| 6 "urls": [ | |
| 7 "http://localhost/files/extensions/api_test/clipboard_app" | |
| 8 ], | |
| 9 "launch": { | |
| 10 "web_url": "http://localhost/files/extensions/api_test/clipboard_app/main. html" | |
| 11 } | |
| 12 }, | |
| 13 "permissions": ["clipboardRead", "clipboardWrite"] | |
| 14 } | |
| OLD | NEW |