-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc324a0
commit 418ee1e
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"bundleID": "io.github.mshibanami.RedirectWebForSafari", | ||
"kind": "RedirectList", | ||
"redirects": [ | ||
{ | ||
"comments": "With this rule, when you open https:\/\/example.com\/hello in Safari, you will see the search results for the word \"hello\".\n\nThis is a sample rule for illustrative purposes.\nChange or remove this rule to enjoy your own redirect rule! 🚀\n", | ||
"destinationURLPattern": "https:\/\/www.google.com\/search?q=$1", | ||
"exampleURLs": [ | ||
"https:\/\/example.com\/hello" | ||
], | ||
"excludeURLPatterns": [ | ||
{ | ||
"type": "wildcard", | ||
"value": "https:\/\/example.com\/" | ||
} | ||
], | ||
"isEnabled": true, | ||
"kind": "Redirect", | ||
"sourceURLPattern": { | ||
"type": "wildcard", | ||
"value": "https:\/\/example.com\/*" | ||
}, | ||
"title": "Example Redirect Rule" | ||
} | ||
] | ||
} |