CrosManager - A Web-based System Monitor

CrosManager - A Web-based System Monitor

Take charge of your Chromebook with focused monitoring tools!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CrosManager - A Web-based System Monitor",
  "short_name": "CrosManager",
  "description": "Take charge of your Chromebook with focused monitoring tools!",
  "version": "0.8.9",
  "version_name": "CrosManager 1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "permissions": [
    "system.display",
    "system.storage",
    "system.cpu",
    "system.memory",
    "unlimitedStorage",
    "notifications",
    "storage",
    "fontSettings",
    "offscreen",
    "proxy",
    "declarativeNetRequest"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "management",
    "tabs",
    "webRequest",
    "downloads",
    "scripting",
    "alarms",
    "contextMenus"
  ],
  "icons": {
    "16": "./images/Logo.png",
    "32": "./images/Logo.png",
    "48": "./images/Logo.png",
    "128": "./images/Logo.png"
  },
  "action": {
    "default_icon": {
      "16": "./images/Logo.png",
      "32": "./images/Logo.png",
      "48": "./images/Logo.png",
      "128": "./images/Logo.png"
    },
    "default_popup": "popup.html"
  },
  "commands": {
    "run_crosmanager": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "chromeos": "Search+M"
      },
      "description": "Open CrosManager"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuUCLjBuTLr+/xkE4cGdQavPJVtbeGCYTIYiISmfEhYQIR1WTx6YH545e+PcJYFBuBYWPKikLe9DVL3aqTCjU5n579zAfWXz9A3daUggU76TL3aN8mjZoxOguiaCnJngj23OEWo6RVnIA0Fi/Uedbkiss0grwZswiF8bt8A4nFTqPpb0YnwOGiYnY0Sz1Of01EgCxf76CtJBZNncKQoY6RSdk+vaSriPhP/shluU1YkrhjXiQ9S5R7ReohvM55P2vIOndAtAIX5pmq+qbD2/zGnZ8pbxsEiBQcIG0lifmOA4hqHtJJXHmab8YGHn8FafzBAcwGyxYbTqgL03u4Jd1NwIDAQAB"
}