Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"short_name": "lightningVPN",
"name": "lightning VPN,free VPN for browser",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "lightning-icon.png",
"128": "lightning-icon.png"
},
"version": "1.0.1",
"minimum_chrome_version": "88.0.0",
"permissions": [
"management",
"proxy",
"alarms",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"background": {
"service_worker": "./static/js/background.js"
},
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"19": "lightning-icon.png",
"38": "lightning-icon.png"
},
"default_title": "lightning VPN",
"default_popup": "index.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}