| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "History override test", | 2 "name": "History override test", |
| 3 "version": "0.1", | 3 "version": "0.1", |
| 4 "manifest_version": 2, |
| 4 "description": "Test chrome://history/ override", | 5 "description": "Test chrome://history/ override", |
| 5 "background_page": "background.html", | 6 "background_page": "background.html", |
| 6 "permissions": [ | 7 "permissions": [ |
| 7 "history" | 8 "history" |
| 8 ], | 9 ], |
| 9 "chrome_url_overrides": { | 10 "chrome_url_overrides": { |
| 10 "history": "history.html" | 11 "history": "history.html" |
| 11 } | 12 } |
| 12 } | 13 } |
| OLD | NEW |