BuiltWith

BuiltWith

BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns a list all the technologies in use on that page that it can find.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns a list all the technologies in use on that page that it can find.",
  "manifest_version": 2,
  "name": "BuiltWith",
  "version": "2.4",
  "homepage_url": "https://builtwith.com",
  "icons": {
    "48": "icons/bw48.png",
    "96": "icons/bw96.png",
    "192": "icons/bw192.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "*://builtwith.com/*"
  ],
  "browser_action": {
    "default_icon": "icons/bw32.png",
    "theme_icons": [
      {
        "light": "icons/bw32.png",
        "dark": "icons/bw32-dark.png",
        "size": 32
      }
    ],
    "default_title": "BuiltWith",
    "default_popup": "popup/bw.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}