mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
780 B
JSON
25 lines
780 B
JSON
{
|
|
"name": "Evo-Cam",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "EvoCam is the ultimate webcam software for Mac OS X",
|
|
"website": "http://www.evological.com/evocam.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<title>EvoCam( \\d)*<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<TITLE>EvoCam( Java| JavaScript)? Example Page<\\/TITLE>)"
|
|
},
|
|
{
|
|
"text": "Powered by <A HREF=\"http://www.evological.com/evocam.html\">EvoCam</A>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<applet archive=\"evocam.jar\" code=\"com.evological.evocam.class\")"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<param name=\"archive\" value=\"evocam.jar\">)"
|
|
}
|
|
]
|
|
}
|