mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"short_name": "LiquidJS",
|
|
"name": "LiquidJS",
|
|
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
|
|
"icons": [
|
|
{
|
|
"src": "/icon/apple-touch-icon-57x57.png",
|
|
"type": "image/png",
|
|
"sizes": "57x57"
|
|
},
|
|
{
|
|
"src": "/icon/favicon-96x96.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
},
|
|
{
|
|
"src": "/icon/favicon-196x196.png",
|
|
"type": "image/png",
|
|
"sizes": "196x196"
|
|
},
|
|
{
|
|
"src": "/icon/apple-touch-icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"shortcuts" : [
|
|
{
|
|
"name": "Tutorials",
|
|
"url": "/tutorials/intro-to-liquid.html",
|
|
"description": "A set of articles describing how to use LiquidJS"
|
|
},
|
|
{
|
|
"name": "Tags",
|
|
"url": "/tags/overview.html",
|
|
"description": "Description and demo for each Liquid tag"
|
|
},
|
|
{
|
|
"name": "Filters",
|
|
"url": "/filters/overview.html",
|
|
"description": "Description and demo for each Liquid filter"
|
|
},
|
|
{
|
|
"name": "Playground",
|
|
"url": "/playground.html",
|
|
"description": "An online code editor to try out and share Liquid templates"
|
|
},
|
|
{
|
|
"name": "API",
|
|
"url": "/api/classes/Liquid.html",
|
|
"description": "TypeScript doc for LiquidJS classes and interfaces"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#0f83ce",
|
|
"background_color": "#0f83ce"
|
|
}
|