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": "Willpower",
"description": "Open source website blocker that does not track your data.",
"version": "1.4",
"author": "Anatoli Makarevich",
"icons": {
"128": "extension_icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"js\/app.js",
"js\/options.js"
],
"css": [
"css\/app.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon\/16.png",
"32": "\/images\/icon\/32.png",
"48": "\/images\/icon\/48.png",
"128": "\/images\/icon\/128.png"
}
},
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"fonts\/Mulish-Regular.ttf",
"fonts\/Mulish-ExtraBold.ttf",
"fonts\/Mulish-Italic.ttf",
"fonts\/Mulish-ExtraBoldItalic.ttf",
"css\/style.css",
"images\/logo.svg"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}