mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
801 B
JSON
25 lines
801 B
JSON
{
|
|
"name": "SnomPhone",
|
|
"author": "Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "VoIP phones and teleconferencing systems",
|
|
"website": "http://www.snom.com/",
|
|
"matches": [
|
|
{
|
|
"name": "copyright snom.com",
|
|
"regexp": "(?-mix:© 2000-20[0-9]+ <a href=\"http:\\/\\/snom.com\">snom AG<\\/a><br>)"
|
|
},
|
|
{
|
|
"name": "link to manual1",
|
|
"regexp": "(?-mix:<tr><td class=\"flyoutLink\" colspan=\"2\"><b><a href=http:\\/\\/(wiki|www).snom.com)"
|
|
},
|
|
{
|
|
"text": "You can enter a simple telephone number (e.g. 0114930398330) or URI like info@snom.com."
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"regexp": "(?-mix:<td[^>]+>Welcome to Your Phone!<\\/td>)"
|
|
}
|
|
]
|
|
}
|