Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Broken new tab page", | |
| 3 "description": "An extension which breaks when visiting the new tab page", | |
|
Yoyo Zhou
2014/01/22 01:38:19
Perhaps "throws an error" instead of "breaks"?
Devlin
2014/01/22 01:58:10
Done.
| |
| 4 "version": "0.1", | |
| 5 "chrome_url_overrides": { | |
| 6 "newtab": "blank.html" | |
| 7 }, | |
| 8 "manifest_version": 2 | |
| 9 } | |
| OLD | NEW |