Inspect and view changes in 华人VPN,一键回国--解锁国内音乐、视频 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
{
"short_name": "åŽäººVPN",
"name": "åŽäººVPN,一键回国--解é”国内音ä¹ã€è§†é¢‘",
"manifest_version": 3,
"icons": {
"16": "huaren256.png",
"128": "huaren256.png"
},
"version": "0.9.7",
"minimum_chrome_version": "88.0.0",
"permissions": [
"management",
"proxy",
"webRequest",
"webRequestAuthProvider"
],
"background": {
"service_worker": "./static/js/background.js"
},
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"19": "huaren256.png",
"38": "huaren256.png"
},
"default_title": "åŽäººåŠ 速器",
"default_popup": "index.html"
},
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}