Silent Scheduler Firefox

Examine source code of Silent Scheduler

Inspect and view changes in Silent Scheduler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Silent Scheduler",
  "description": "Mute all tabs on a schedule (e.g. work hours or bedtime)",
  "version": "1.0",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "Silent Scheduler",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{87c2099d-6da0-4acf-880f-7392a178792d}",
      "strict_min_version": "90.0"
    }
  }
}

Best Silent Scheduler Alternatives

Here are some Firefox add-ons that are similar to Silent Scheduler: