Sleep Web Firefox

Examine source code of Sleep Web

By: Maxim G
Inspect and view changes in Sleep Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sleep Web",
  "version": "1.0",
  "description": "Pause and unpause Firefox.",
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/pause.png",
    "default_title": "Sleep"
  },
  "icons": {
    "48": "icons/pause.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b1a10e5e-3409-4f43-8866-88d644320f9b}"
    }
  }
}

Best Sleep Web Alternatives

Here are some Firefox add-ons that are similar to Sleep Web: