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": "Block By Words",
"version": "0.0.0.2",
"description": "Block Websites based on specific words & wordcounts.",
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"contentScript.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "assets\/icon-16.png",
"24": "assets\/icon-24.png",
"32": "assets\/icon-32.png"
},
"default_title": "Block By Words",
"default_popup": "popup.html"
},
"manifest_version": 3
}