Vortimo

Vortimo

Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu7tkPLh5IgVgo0qKf9YNiGjXU8BL7OMtvHYUuNhFZiw/UzqUC3E14d1G3HGm2igAWmUmSHG4SA9jRcxcWyUuFwUsK0P0iFwhrG1KqUbyiVsqEUlT/YvvFfIaApl86uRLRRY61kBW+4r2ARieAswlibz6FCmkh4D9g7VzSCBzsd8W6mzeBiQK6zm7SKS2sZZ+FKC7DyUYsadSEhAPOO96lX2gLX0slujj7xa9hhA1Avl+wb5kvvJXitUWDSqarQSacYW/UNAUGntkITq6tJ/eiratqyqyvUGyHCsHOeFDBHmpLWkULdxUlCDfqJGazuBP+gQV1T8Q10xqlY5Uf8AHpQIDAQAB",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/16.png",
      "48": "images/48.png",
      "128": "images/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Vortimo Browser Extension"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true
    }
  ],
  "description": "Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "web_accessible_resources": [
    "*.map",
    "*.css",
    "*favicon.ico",
    "*.ttf",
    "*.png",
    "*.svg"
  ],
  "manifest_version": 2,
  "name": "Vortimo",
  "externally_connectable": {
    "ids": [
      "mnakbpdnkedaegeiaoakkjafhoidklnf"
    ],
    "matches": [
      "*://localhost:*/*",
      "*://127.0.0.1:*/*",
      "*://skylight.vortimo.com:*/*",
      "*://osinttool.com:*/*",
      "*://osint-tool.com:*/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "nativeMessaging",
    "pageCapture",
    "<all_urls>"
  ],
  "short_name": "Vortimo Browser Extension",
  "version": "3.1",
  "version_name": "1.2.20220218",
  "update_url": "https://clients2.google.com/service/update2/crx"
}