39948-vm/frontend/public/manifest.json
2026-03-24 08:20:27 +04:00

38 lines
867 B
JSON

{
"name": "Shimahara Visual Tour Builder",
"short_name": "Tour Builder",
"description": "Build, preview, and publish offline-ready interactive tours",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3B82F6",
"orientation": "any",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["productivity", "utilities"],
"screenshots": [],
"prefer_related_applications": false,
"related_applications": [],
"scope": "/",
"lang": "en",
"dir": "ltr"
}