migliori-alternative/defaultlist.json

27 lines
590 B
JSON

[
{
"urlPattern": "https?:\/\/(www.)?google.com\/chrome",
"alternatives": [
{
"url": "https://mozilla.com",
"name": "Mozilla Firefox",
"desc": "Firefox is open source, backed by the Mozilla Foundation"
},
{
"url": "https://brave.org",
"name": "Brave Browser",
"desc": "Brave is open source, new-generation browser."
}
]
},
{
"urlPattern": "https?:\/\/(www.)?slack.com",
"alternatives": [
{
"url": "https://matrix.org",
"name": "Matrix / Element",
"desc": "An open network for secure, decentralized communication"
}
]
}
]