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",
"background": {
"service_worker": "\/js\/bg-worker.js"
},
"default_locale": "en",
"description": "__MSG_app_description__",
"homepage_url": "https:\/\/blocksite.freebusinessapps.net",
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"permissions": [
"tabs",
"storage",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"short_name": "block site",
"version": "3.0.1",
"action": {
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
},
"default_popup": "data\/interface\/popup.html",
"default_title": "__MSG_app_name__"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"\/data\/interface\/redirect.html"
]
}
]
}