{
  "name" : "Preference API Test Extension (Safe Browsing - True)",
  "version" : "1.0",
  "manifest_version": 3,
  "description" : "Tests the behavior of the Safe Browsing API.",
  "permissions": [ "privacy" ],
  "background": {
    "service_worker": "test.js"
  }
}
