Idle Screensaver Firefox

Examine source code of Idle Screensaver

Inspect and view changes in Idle Screensaver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Idle Screensaver",
  "version": "1.5.0",
  "description": "When a tab sits idle, a full-screen animation takes over — Matrix rain, a flying starfield, or drifting bubbles. Set how many minutes of inactivity trigger it; any mouse move or keypress brings the page back.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2460bd9a-89c1-4483-b31d-67b956d86e07}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/saver.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "Idle Screensaver",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

Best Idle Screensaver Alternatives

Here are some Firefox add-ons that are similar to Idle Screensaver: