{
  "name": "tabs/no_permissions",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Tests access to the tabs API from extensions lacking the tabs permission",
  "background": {
    "service_worker": "test.js"
  },
  "permissions": []
}
