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": "__MSG_app_name__",
"short_name": "block site",
"version": "3.0.2",
"default_locale": "en",
"description": "__MSG_app_description__",
"homepage_url": "https:\/\/blocksite.freeonlineapps.net",
"background": {
"service_worker": "\/js\/bg-worker.js"
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"48": "\/icons\/48.png",
"64": "\/icons\/64.png",
"128": "\/icons\/128.png"
},
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"48": "\/icons\/48.png",
"64": "\/icons\/64.png"
},
"default_popup": "\/ui\/popup.html",
"default_title": "__MSG_app_name__"
},
"options_page": "\/ui\/manage-sites.html"
}