OSINT Sleuth

OSINT Sleuth

Chrome extension that is meant to search faster different OSINT tools available. It was built upon OSINT=*.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "George Dragu",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "description": "Chrome extension that is meant to search faster different OSINT tools available. It was built upon OSINT=*.",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "OSINT Sleuth",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "options_ui": {
    "page": "options-menu\\options.html",
    "open_in_tab": false
  }
}