Aspire.Jo Load Test

Aspire.Jo Load Test

Load test your web service by simple tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Aspire.Jo Load Test",
  "short_name": "Load Tester",
  "version": "1.7",
  "description": "Load test your web service by simple tool.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "home.html",
    "default_icon": {
      "16": "images/loadTest16.png",
      "32": "images/loadTest32.png",
      "48": "images/loadTest48.png",
      "128": "images/loadTest128.png"
    }
  },
  "icons": {
    "16": "images/loadTest16.png",
    "32": "images/loadTest32.png",
    "48": "images/loadTest48.png",
    "128": "images/loadTest128.png"
  },
  "manifest_version": 2
}