mirror of
https://github.com/lxsang/ant-http
synced 2025-01-08 05:58:22 +01:00
23 lines
473 B
JSON
23 lines
473 B
JSON
|
{
|
||
|
"className": "ApplicationHTMLViewer",
|
||
|
"name": "HTML Viewer",
|
||
|
"mime": [
|
||
|
"text\\/html"
|
||
|
],
|
||
|
"icon": "mimetypes/html.png",
|
||
|
"category": "utilities",
|
||
|
"preload": [
|
||
|
{
|
||
|
"type": "javascript",
|
||
|
"src": "combined.js"
|
||
|
},
|
||
|
{
|
||
|
"src": "scheme.html",
|
||
|
"type": "scheme"
|
||
|
}
|
||
|
],
|
||
|
"type": "application",
|
||
|
"path": "default/HTMLViewer",
|
||
|
"build": {},
|
||
|
"repo": "default"
|
||
|
}
|