Performance Monitor

Performance Monitor

Gives system and tab information for developers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Performance Monitor",
  "description": "Gives system and tab information for developers.",
  "version": "0.0.0.1",
  "permissions": [
    "system.cpu",
    "system.memory",
    "system.display",
    "tabs",
    "processes"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "performance-monitor128.png"
  },
  "icons": {
    "64": "performance-monitor64.png",
    "128": "performance-monitor128.png"
  }
}