app.telemetry Page Speed Monitor

app.telemetry Page Speed Monitor

Get the page load times of any web page! app.telemetry Page Speed Monitor shows offset and duration of each step during the page load based on W3C navigation timing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "app.telemetry Page Speed Monitor",
  "version": "17.1.11resigned1",
  "description": "Get the page load times of any web page! app.telemetry Page Speed Monitor shows offset and duration of website performance metrics.",
  "homepage_url": "https://www.apptelemetry.com/",
  "background": {
    "scripts": [
      "vendor/browser-polyfill.js",
      "app.telemetry-pagespeedmonitor-main.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "logo-16.png",
      "32": "logo-32.png",
      "48": "logo-48.png",
      "128": "logo-128.png"
    },
    "default_popup": "app.telemetry-pagespeedmonitor-details-panel.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "applications": {
    "gecko": {
      "id": "jid0-OqxcSY9VMeMm8jJqJYy5KM0nmS8@jetpack"
    }
  },
  "manifest_version": 2
}