Ful.io - Technology Profiler and lookup

Ful.io - Technology Profiler and lookup

In a click, find out what websites are built with. Ful.io's Profiler and Lookup tool is the one solution for your profiling needs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ful.io - Technology Profiler and lookup",
  "version": "3.3.2",
  "description": "In a click, find out what websites are built with. Ful.io's Profiler and Lookup tool is the one solution for your profiling needs.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/default-technographic.png"
  },
  "icons": {
    "16": "icons/default-technographic.png",
    "48": "icons/default-technographic.png",
    "128": "icons/default-technographic.png"
  },
  "host_permissions": [
    "https://*.ful.io/"
  ],
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "/background.js",
    "type": "module"
  }
}