blob: 907edc3168706e001ab28082255df69771a098d5 [file] [log] [blame]
{
"name": "webNavigation",
"version": "1.0",
"manifest_version": 2,
"description": "Tests the webNavigation API events - clientRedirect.",
"background": {
"scripts": ["test_clientRedirect.js"],
"persistent": true
},
"permissions": ["webNavigation", "tabs"]
}