Filtered Interview Tool

Filtered Interview Tool

The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Filtered Interview Tool",
  "description": "The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview.",
  "version": "6.3",
  "manifest_version": 3,
  "action": {
    "default_icon": "assets/logo128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://local.filtered.ai:3000/*",
      "https://stg-app.filtered.ai/*",
      "https://app.filtered.ai/*"
    ]
  },
  "icons": {
    "16": "assets/logo16.png",
    "48": "assets/logo48.png",
    "128": "assets/logo128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  }
}