WPGP Tools

WPGP Tools

Enhanced Translation Tools for translate.w.org

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WPGP Tools",
  "version": "2.1.1",
  "description": "Enhanced Translation Tools for translate.w.org",
  "web_accessible_resources": [
    {
      "resources": [
        "js/wpgpt-checks.js",
        "js/wpgpt-settings.js",
        "js/wpgpt-functions.js",
        "js/wpgpt-history.js",
        "js/wpgpt-bulk-consistency.js",
        "img/warning.png",
        "img/notice.png"
      ],
      "matches": [
        "https://translate.wordpress.org/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://translate.wordpress.org/*"
      ],
      "js": [
        "js/init.js",
        "js/wpgpt-functions.js",
        "js/wpgpt-consistency.js"
      ],
      "css": [
        "css/wpgpt-style.css"
      ]
    }
  ],
  "options_ui": {
    "page": "wpgpt-settings.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  }
}