Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "tabs/no_permissions", | |
| 3 "version": "0.1", | |
| 4 "manifest_version": 2, | |
| 5 "description": "Tests access to the tabs API from extensions lacking the tabs permission", | |
| 6 "background": { | |
| 7 "page": "test.html" | |
|
not at google - send to devlin
2013/01/09 21:54:31
use "script": "test.js", then you don't need test.
mvrable
2013/01/09 22:22:59
Done.
| |
| 8 }, | |
| 9 "permissions": [] | |
| 10 } | |
| OLD | NEW |