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",
"name": "Angry Cat Site Block",
"description": "Block any website from your browser for free",
"version": "1.1",
"manifest_version": 3,
"author": "Thomas Bay-J\u00f8rgensen - Thomasbayy @ GitHub",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "interface.html"
},
"icons": {
"16": "icons\/angry_cat_16.png",
"32": "icons\/angry_cat_32.png",
"48": "icons\/angry_cat_48.png",
"128": "icons\/angry_cat_128.png"
}
}