{
  "name": "Activity log call testing extension",
  "description": "Extension that makes 1 API call, used to test activity log.",
  "manifest_version": 3,
  "version": "2.0",
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  }
}