blob: e53b00a960c5e71fbd86d3e6d72d8c3fe1b8ed9a [file] [log] [blame]
{
"name": "javascript url permissions test",
"version": "0.1",
"manifest_version": 2,
"description": "Tests that navigating a tab to a javascript URLs only works if the extension has access to that tabs host.",
"background": {
"page": "test.html"
},
"permissions": ["tabs", "http://b.com/"]
}