mirror of
https://github.com/nileshtrivedi/better
synced 2025-01-01 07:57:24 +01:00
27 lines
590 B
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"
|
|
}
|
|
]
|
|
}
|
|
] |