WhatRuns - Technology Profiler Firefox

Examine source code of WhatRuns - Technology Profiler

Inspect and view changes in WhatRuns - Technology Profiler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhatRuns - Technology Profiler",
  "version": "1.3",
  "description": "Discover what runs a website: frameworks, libraries, analytics tools, and more.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d7eaca7-8c78-46b0-a34a-b6c0a2cb4f6c}"
    }
  }
}

Best WhatRuns - Technology Profiler Alternatives

Here are some Firefox add-ons that are similar to WhatRuns - Technology Profiler: