TimeBlock Firefox

Examine source code of TimeBlock

By: Shreya
Inspect and view changes in TimeBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TimeBlock",
  "version": "8",
  "description": "Block distracting websites during scheduled time windows",
  "browser_specific_settings": {
    "gecko": {
      "id": "{16b7bbc6-eca7-4f38-934b-4e731b45f0d1}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "media/n16.png",
    "32": "media/n32.png",
    "48": "media/n48.png",
    "96": "media/n96.png",
    "128": "media/n128.png"
  },
  "browser_action": {
    "default_popup": "display/view.html",
    "default_icon": {
      "16": "media/n16.png",
      "32": "media/n32.png",
      "48": "media/n48.png",
      "96": "media/n96.png",
      "128": "media/n128.png"
    }
  },
  "background": {
    "scripts": [
      "runtime/engine.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "time_blocker.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best TimeBlock Alternatives

Here are some Firefox add-ons that are similar to TimeBlock: