NerdyData Website Inspector

NerdyData Website Inspector

See the tech stack of any website, and measure their spend based on what they're builtwith.

Additional files are visible only to premium users

manifest.json


{
  "name": "NerdyData Website Inspector",
  "version": "1.7.2",
  "short_name": "NerdyData Inspector",
  "description": "Inspect websites and see what technologies they use!",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "webRequest",
    "cookies",
    "<all_urls>"
  ],
  "optional_permissions": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "assets/img/logo-16.png",
    "32": "assets/img/logo-32.png",
    "48": "assets/img/logo-48.png",
    "128": "assets/img/logo-128.png"
  },
  "background": {
    "scripts": [
      "assets/js/browser-polyfill.js",
      "assets/js/tldts.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/img/logo-16.png",
      "32": "assets/img/logo-32.png",
      "48": "assets/img/logo-48.png",
      "128": "assets/img/logo-128.png"
    }
  }
}