Vortimo OSINT-tool

Vortimo OSINT-tool

OSINT Swiss army knife:bookmark/record pages, store screenshots, scrape and enrich entities. Finds text on every page + highlight.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "OSINT Swiss army knife:bookmark/record pages, store screenshots, scrape and enrich entities. Finds text on every page + highlight.",
  "version": "5.2.1",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu8iBLU7OObV7a7WzJrTOExQX+E0UhnNdPJICr+P4p40L87Nbt7Y5TB54/fhfNGjulQonNzMA7WeQOS41m+QMAvevxydJh6Vo070StgoP7HnmfMWoFWMCw8EYkl57hY5BKRi5zjh89iTqkOyO6LQ5LXvMuss3cSNPqRmb6xJLBZ4/gjqSIKw5D+5Nqcbsgfi1Y0tIl8G+IMog80ZBTCfLDAiuvlY+mSYZXYQzP+3UkB/bOodtSJiSVjiXKZvtZHyVe90JCok2coTjQX74e/IyNp/aeb+6lCyh09XHM90YMw3Is+2E5CiuLL6rNGxAaCrbqq834AIqiaARAASxpYx9kQIDAQAB",
  "manifest_version": 3,
  "name": "Vortimo OSINT-tool",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-128.png"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "activeTab",
    "webNavigation",
    "webRequest",
    "pageCapture"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "all_frames": true
    }
  ],
  "externally_connectable": {
    "ids": [
      "engmbahfeipfbgcjnjgekgkpmdfhkicn"
    ],
    "matches": [
      "*://localhost:*/*",
      "*://127.0.0.1:*/*",
      "*://skylight.vortimo.com:*/*",
      "*://osinttool.com:*/*",
      "*://osint-tool.com:*/*",
      "*://find.osint-tool.com:*/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.map",
        "*.css",
        "*favicon.ico",
        "*.ttf",
        "*.png",
        "*.svg",
        "*.wav"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}