1
0
mirror of https://github.com/nileshtrivedi/better synced 2025-01-06 10:17:00 +01:00
migliori-alternative/defaultlist.json

27 lines
590 B
JSON
Raw Normal View History

2020-08-02 19:34:43 +02:00
[
{
"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"
}
]
}
2020-08-02 19:34:43 +02:00
]