Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "WebRequest + incognito = crash", | 2 "name": "webRequest extension", |
| 3 "incognito":"split", | |
| 4 "version": "1", | 3 "version": "1", |
|
not at google - send to devlin
2015/09/08 16:09:20
I'm a little confused, the comments in the C++ tes
robwu
2015/09/08 17:19:48
The directory containing the tests is named after
| |
| 5 "manifest_version": 2, | 4 "manifest_version": 2, |
| 6 "background": { | 5 "background": { |
| 7 "scripts": ["background.js"] | 6 "scripts": ["background.js"], |
| 7 "persistent": true | |
| 8 }, | 8 }, |
| 9 "permissions": [ | 9 "permissions": [ |
| 10 "webRequest", | 10 "webRequest", |
| 11 "<all_urls>" | 11 "<all_urls>" |
| 12 ] | 12 ] |
| 13 } | 13 } |
| OLD | NEW |