blob: 9314c407ecc7cc48c7f488a5fc04c7b86d24d3ba [file] [log] [blame]
{
"name": "test",
"manifest_version": 2,
"version": "1",
"content_scripts": [
{
"matches": ["http://*.no.port.okay/path/*"],
"js": ["javascript.js"]
},
{
"matches": ["http://*.has.port.error:12345/path/*"],
"js": ["javascript.js"]
}
]
}