mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"name": "Axous",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Axous is an e-shop system for software venders.",
|
|
"website": "http://www.axous.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"generator\" content=\"Axous V([^\"]+)\" \\/>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www\\.axous\\.com\\/\" target=\"_blank\" title=\"Axous Shareware Shop\">Axous ([^\\s]+)<\\/a> ©)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<div class=\"tit2 tit3\">Products</div>"
|
|
}
|
|
]
|
|
}
|