Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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": "19.0.0",
"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"
}
}