Xposer

Xposer

Uses the Xposer.io API to show the product, the exact version and a full product vulnerability report for a given website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.0.5",
  "manifest_version": 2,
  "author": "Michiel Roos",
  "homepage_url": "https://www.michielroos.com/",
  "default_locale": "en",
  "permissions": [
    "https://xposer.io/*",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "resources/javascript/library.js",
      "resources/javascript/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "resources/icons/19-icon-default.png",
      "38": "resources/icons/38-icon-default.png"
    },
    "default_title": "__MSG_extensionName__",
    "default_popup": "resources/html/popup.html"
  },
  "icons": {
    "16": "resources/icons/16-icon-default.png",
    "48": "resources/icons/48-icon-default.png",
    "128": "resources/icons/128-icon-default.png"
  },
  "options_ui": {
    "page": "resources/html/options.html",
    "open_in_tab": false
  }
}