mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
723 B
JSON
21 lines
723 B
JSON
{
|
|
"name": "CameraLife",
|
|
"author": "Andrew Horton",
|
|
"version": "0.1",
|
|
"description": "Camera Life is an open source software package you install and run on your own server running PHP and MySQL.",
|
|
"website": "https://fulldecent.github.io/cameralife/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"generator\" content=\"Camera Life version ([^\"]+)\">)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"string": "<a href=\"http://fulldecent.github.io/cameralife\"><i class=\"fa fa-globe\"></i> Built with Camera Life</a>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:This site is powered by Camera Life version ([^ ]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|