mirror of
https://github.com/boostorg/url.git
synced 2026-01-19 04:42:15 +00:00
38 lines
625 B
JSON
38 lines
625 B
JSON
{
|
|
"defaultBrowser": "Google Chrome",
|
|
"rewrite": [
|
|
{
|
|
"match": {
|
|
"protocol": "http"
|
|
},
|
|
"url": {
|
|
"protocol": "https"
|
|
}
|
|
},
|
|
{
|
|
"match": "**/*example.org/*",
|
|
"url": "http://example.com"
|
|
}
|
|
],
|
|
"handlers": [
|
|
{
|
|
"match": [
|
|
"**/*apple.com/*",
|
|
"**/*example.org/*",
|
|
"**/*example.com**"
|
|
],
|
|
"browser": "Safari"
|
|
},
|
|
{
|
|
"match": "/workplace/",
|
|
"browser": "Firefox"
|
|
},
|
|
{
|
|
"match": [
|
|
"**/*google.com/*",
|
|
"**/*.google.com/*"
|
|
],
|
|
"browser": "Google Chrome"
|
|
}
|
|
]
|
|
} |