ApSIC Xbench Extension for Polyglot

ApSIC Xbench Extension for Polyglot

Instantly run QA with ApSIC Xbench on Polyglot files

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ApSIC Xbench Extension for Polyglot",
  "short_name": "Xbench for Polyglot",
  "description": "Instantly run QA with ApSIC Xbench on Polyglot files",
  "version": "1.0.17",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "declarativeContent",
    "tabs",
    "https://localization.google.com/polyglot*",
    "downloads"
  ],
  "page_action": {
    "default_icon": "icon-16.png",
    "default_title": "Run QA in Xbench"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}