mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"name": "HTML5",
|
|
"author": "Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "HTML version 5, detected by the doctype declaration",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<!DOCTYPE html>)"
|
|
},
|
|
{
|
|
"string": "applicationCache",
|
|
"regexp": "(?-mix:<html[^>]* manifest=)"
|
|
}
|
|
]
|
|
}
|