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