mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
773 B
JSON
24 lines
773 B
JSON
{
|
|
"name": "TOTVS-SmartClient",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "TOTVS SmartClient MacOS TOTVS Application Server.",
|
|
"website": "http://www.totvs.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<object\\s+classid=\"clsid:[a-f\\d\\-]+\"\\s+codebase=\"TotvsSmartClientax\\.cab#version=([^\"]+)\")",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<param name=\"StartProgram\" value=\"([^\"]+)\"> <<= Programa)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<param name=\"Environment\" value=\"([^\"]+)\"> <<= Ambiente)"
|
|
},
|
|
{
|
|
"search": "headers[TotvsSmartClient]",
|
|
"regexp": "(?-mix:^TotvsSmartClient$)"
|
|
}
|
|
]
|
|
}
|