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