38 lines
867 B
JSON
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"
|
|
}
|