Tideways Profiler

Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tideways Profiler",
  "short_name": "tideways",
  "description": "This extension allows to trigger PHP callgraph profiling using Tideways.",
  "version": "1.5.6",
  "author": "Tideways GmbH",
  "homepage_url": "https://tideways.com",
  "icons": {
    "128": "img/tideways_128.png"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://app.tideways.io/*",
    "https://app.tideways.local/*",
    "*://*/*"
  ],
  "action": {
    "default_icon": "img/tideways_128.png",
    "default_popup": "profiler.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}