{
"name": "History override test",
"version": "0.1",
"manifest_version": 2,
"description": "Test chrome://history/ override",
"background": {
"scripts": ["background.js"]
},
"permissions": [
"history"
],
"chrome_url_overrides": {
"history": "history.html"
}
}