Inspect and view changes in SiteBlocker Extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "SiteBlocker Extension",
"version": "2.0.1",
"version_name": "2.0.1",
"action": {
"default_popup": "popup.html",
"default_title": "Site Blocker",
"default_icon": {
"16": "badge.png",
"32": "badge.png",
"48": "badge.png",
"128": "badge.png"
}
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "badge.png",
"48": "badge.png",
"128": "badge.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}