Inspect and view changes in Browsolate 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": "Browsolate",
"version": "0.0.0.9",
"description": "Securely isolate web pages with Browsolate, a self-hosted browser isolation solution. (https://www.browsolate.com)",
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"storage",
"webRequest",
"downloads",
"contextMenus",
"alarms"
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html",
"action": {
"default_popup": "options.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}