{
  "name": "incognito apitest",
  "version": "0.1",
  "manifest_version": 3,
  "description": "test that an incognito extension behaves properly",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": ["tabs", "scripting"],
  "host_permissions": ["http://*/*"]
}
