This browser extension simplifies access to the Swisscows.VPN server.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Swisscows.VPN",
"version": "1.3.6",
"description": "This browser extension simplifies access to the Swisscows.VPN server.",
"icons": {
"16": "favicon-16.png",
"32": "favicon-32.png",
"48": "favicon-48.png",
"128": "favicon-128.png"
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "favicon-16.png",
"32": "favicon-32.png"
},
"default_title": "Swisscows.VPN",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"service_worker": "js/background.js",
"type": "module"
},
"default_locale": "en",
"manifest_version": 3
}