mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
660 B
JSON
21 lines
660 B
JSON
{
|
|
"name": "phpRechnung",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "phpRechnung is easy-to-use Web-based multilingual accounting software",
|
|
"website": "http://www.loenshotel.de/phpRechnung/",
|
|
"matches": [
|
|
{
|
|
"text": "<a class='slink' title='phpInvoice Home' href='http://www.ecorak.de/phpRechnung/' target='_blank'>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>phpRechnung ([^-]+) - Login<\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>phpInvoice ([^-]+) - Login<\\/title>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|