Files
open_dbm/docs/website/static/manifest.json

59 lines
1.5 KiB
JSON

{
"name": "OpenDBM Documentation",
"short_name": "OpenDBM",
"description": "Learn once, write anywhere.",
"theme_color": "#20232a",
"background_color": "#20232a",
"display": "minimal-ui",
"orientation": "any",
"scope": "./",
"start_url": "./index.html",
"id": "./index.html",
"shortcuts": [
{
"name": "Docummentation",
"short_name": "Docs",
"url": "/docs/getting-started",
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
},
{
"name": "Core Components",
"short_name": "Components",
"url": "/docs/components-and-apis",
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
},
{
"name": "Core APIs",
"short_name": "APIs",
"url": "/docs/biomaker-variables",
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
},
{
"name": "Community",
"short_name": "Community",
"url": "/help",
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
},
{
"name": "Blog",
"short_name": "Blog",
"url": "/blog",
"icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
}
],
"icons": [
{
"src": "img/pwa/manifest-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "img/pwa/manifest-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}