WP Theme Detector

WP Theme Detector

Wordpress (WP) Theme Detector - Free online tool to find out which WordPress theme a website is using. Instantly detect theme name

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "default_locale": "en",
  "name": "__MSG_appTitle__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "background/background.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon 32.png"
  },
  "icons": {
    "16": "icon 16.png",
    "32": "icon 32.png",
    "64": "icon 64.png",
    "128": "icon 128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon 64.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}