Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Focus Site Blocker",
"description": "A site blocker that allows you to create a list of sites to block.",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "\/icons\/logo16.png",
"32": "\/icons\/logo32.png",
"48": "\/icons\/logo48.png",
"128": "\/icons\/logo128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Press Ctrl + Shift + L to toggle.",
"default_icon": {
"16": "\/icons\/logo16.png",
"32": "\/icons\/logo32.png",
"48": "\/icons\/logo48.png",
"128": "\/icons\/logo128.png"
}
},
"options_page": "options\/options.html",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Opens popup.html"
}
},
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/*\/"
],
"incognito": "not_allowed"
}