mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
871 B
JSON
23 lines
871 B
JSON
{
|
|
"name": "CommonSpot",
|
|
"author": "Tonmoy Saikia, Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "The CommonSpot Web content management solution (Web CMS) increases the value of content by creating engaging Web experiences that generate high impact results.",
|
|
"website": "http://www.paperthin.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<meta[^>]+name=\"Generator\"[^>]+content=\"CommonSpot[^\"]+\"[^>]*\\/>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<img[^>]+src=\"[^\"]+commonspot[^\"]+\"[^>]*\\/>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<link[^>]+href=\"[^\"]commonspot\\/commonspot\\.css\"[^>]+\\/>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta[^>]+name=\"Generator\"[^>]+content=\"CommonSpot[^\\d^\"]+([\\d\\.]+)\"[^>]*\\/>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|