{
  "name" : "Content Settings API Test Extension",
  "version" : "0.1",
  "manifest_version": 3,
  "description" : "Sets and checks content settings, ensuring clear works properly.",
  "background": {
    "service_worker": "test.js"
  },
  "permissions": [ "contentSettings" ]
}
