blob: b3a920656b4ca1e1a3969a4d4dae730d3801572a (
plain)
1
2
3
4
5
6
7
8
|
{
"name": "incognito split-mode apitest",
"version": "0.1",
"description": "test that an incognito extension in split mode behaves properly",
"background_page": "background.html",
"incognito": "split",
"permissions": ["tabs", "http://*/*"]
}
|