CMatrix Screen Overlay Firefox

Examine source code of CMatrix Screen Overlay

Inspect and view changes in CMatrix Screen Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CMatrix Screen Overlay",
  "version": "1.0.0",
  "description": "Overlay a highly configurable CMatrix digital rain simulation over any webpage or as a full-screen screensaver.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "toggle-overlay": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "Toggle CMatrix Overlay"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cmatrix-overlay@agneaybnair.dev",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CMatrix Screen Overlay Alternatives

Here are some Firefox add-ons that are similar to CMatrix Screen Overlay: