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": "Self Control -- Block sites and stay focused",
"description": "A simple web site blocker to keep you focused and enhance your productivity",
"version": "3.2.0",
"incognito": "spanning",
"permissions": [
"alarms",
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "images\/chrome_webstore\/sc-pirate-icon-16.png",
"32": "images\/chrome_webstore\/sc-pirate-icon-32.png",
"64": "images\/chrome_webstore\/sc-pirate-icon-64.png",
"128": "images\/chrome_webstore\/sc-pirate-icon-128.png",
"512": "images\/chrome_webstore\/sc-pirate-icon-512.png"
},
"background": {
"service_worker": "assets\/background.js",
"type": "module"
},
"action": {
"default_title": "Self Control",
"default_popup": "src\/client\/popup\/popup.html",
"default_icon": {
"16": "images\/chrome_webstore\/sc-pirate-icon-16.png",
"32": "images\/chrome_webstore\/sc-pirate-icon-32.png",
"64": "images\/chrome_webstore\/sc-pirate-icon-64.png",
"128": "images\/chrome_webstore\/sc-pirate-icon-128.png",
"512": "images\/chrome_webstore\/sc-pirate-icon-512.png"
}
}
}