Best WordPress Tools

Best WordPress Tools

Different tools useful for WordPress developers and users

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "1.0.6",
  "default_locale": "en",
  "icons": {
    "16": "img/best-wp-tools-16.png",
    "32": "img/best-wp-tools-32.png",
    "48": "img/best-wp-tools-48.png",
    "128": "img/best-wp-tools-128.png"
  },
  "action": {
    "default_popup": "html/home.html",
    "default_icon": {
      "16": "img/best-wp-tools-16.png",
      "32": "img/best-wp-tools-32.png",
      "48": "img/best-wp-tools-48.png",
      "128": "img/best-wp-tools-128.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  }
}