{
"name": "incognito apitest",
"version": "0.1",
"manifest_version": 2,
"description": "test that an incognito extension can't accidentially create an OTR profile",
"background": {
"scripts": ["background.js"]
},
"permissions": ["tabs", "cookies"]
}