mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
819 B
JSON
24 lines
819 B
JSON
{
|
|
"name": "StarDot-NetCam",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Stardot network camera web interface",
|
|
"website": "http://www.stardot-tech.com/ ",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<title>NetCam Live Image[\\ Popup]*<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<applet code=\"CaptureClient.class\" width=\"[\\d]+\" height=\"[\\d]+\" alt=\"NetCam Live [Stream|Image]+\">)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>NetCamXL Live Image[\\ Popup]*<\\/title>)",
|
|
"version": "XL"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<applet code=\"CaptureClient.class\" width=\"[\\d]+\" height=\"[\\d]+\" alt=\"NetCamXL Live [Stream|Image]+\">)",
|
|
"version": "XL"
|
|
}
|
|
]
|
|
}
|