Website Speed Testing LoadFocus.com

Website Speed Testing LoadFocus.com

Free Website Speed Testing extension for creating and running free page load tests

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Website Speed Testing LoadFocus.com",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "Website Speed Testing in the Cloud from LoadFocus.com"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery-2.1.4.min.js",
        "js/jquery.tablesorter.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Free Website Speed Testing extension for creating and running free page load tests",
  "homepage_url": "https://loadfocus.com",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Website Speed Testing LoadFocus.com",
  "permissions": [
    "storage",
    "activeTab",
    "webNavigation",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "LoadFocus.com",
  "version": "1.0.0"
}