Quiet Schedule Firefox

Examine source code of Quiet Schedule

Inspect and view changes in Quiet Schedule source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quiet Schedule",
  "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": "Quiet Schedule",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{108b9037-42e0-4a12-912f-b142e2a646e9}",
      "strict_min_version": "111.0"
    }
  }
}

Best Quiet Schedule Alternatives

Here are some Firefox add-ons that are similar to Quiet Schedule: