31 lines
884 B
JSON
31 lines
884 B
JSON
|
|
{
|
||
|
|
"schema": 1,
|
||
|
|
"note": "Baked-in default server list. The addon fetches https://navigate.st/api/vpn/servers on activation and overlays that on top of this — any entry with a matching id replaces the baked-in one, new entries append. Users' saved selection persists by id, so a server can be re-parameterised (Reality key rotated, new host) without the panel losing its state.",
|
||
|
|
"servers": [
|
||
|
|
{
|
||
|
|
"id": "sm-1",
|
||
|
|
"label": "Silent Mode · 1",
|
||
|
|
"flag": "🌐",
|
||
|
|
"country": "",
|
||
|
|
"vless": "",
|
||
|
|
"status": "coming-soon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "sm-2",
|
||
|
|
"label": "Silent Mode · 2",
|
||
|
|
"flag": "🌐",
|
||
|
|
"country": "",
|
||
|
|
"vless": "",
|
||
|
|
"status": "coming-soon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "sm-3",
|
||
|
|
"label": "Silent Mode · 3",
|
||
|
|
"flag": "🌐",
|
||
|
|
"country": "",
|
||
|
|
"vless": "",
|
||
|
|
"status": "coming-soon"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|