Freedom - Website Blocker for Chrome

Freedom - Website Blocker for Chrome

The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Freedom - Website Blocker for Chrome",
  "description": "The Freedom website blocker gives you control over distracting websites, so you can focus on what matters most.",
  "homepage_url": "https://freedom.to/",
  "version": "18.0.4",
  "icons": {
    "128": "images/icon128.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "declarativeNetRequest",
    "browsingData",
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "128": "images/icon128.png"
    },
    "default_title": "Freedom",
    "default_popup": "html/popup.html"
  }
}