website/static/manifest.json

154 lines
3.8 KiB
JSON

{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Fablab Coh@bit - Creative House",
"short_name": "Coh@bit",
"categories": ["formation", "education", "diy", "electronic", "3d print", "computer science", "collaborate"],
"theme_color": "#82c91e",
"background_color": "#f8fafb",
"display": "standalone",
"display_override": [
"tabbed"
],
"scope": "/",
"start_url": "/",
"id": "/",
"orientation": "any",
"icons": [
{
"src": "/assets/icon-512-rounded.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/icon-512-mono.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable monochrome"
},
{
"src": "/assets/icon-192-mono.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable monochrome"
}
],
"screenshots": [
{
"src": "/assets/screenshots/pwa_install_ui-desktop.jpg",
"sizes": "1920x1080",
"type": "image/png",
"form_factor": "wide",
"label": "Accueil"
},
{
"src": "/assets/screenshots/pwa_install_ui-mobile.jpg",
"sizes": "1080x2400",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Accueil"
}
],
"tab_strip": {
"home_tab": {
"url": "/",
"icons": [
{
"src": "/bulb.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
},
"new_tab_button": "auto"
},
"shortcuts" : [
{
"name": "Mon compte",
"url": "/profil",
"descriptions": "Accéder à mon compte",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪪</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
},
{
"name": "Machines",
"url": "/machines",
"description": "Découvrir et réserver nos machines",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🖨️</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
},
{
"name": "Projets",
"url": "/projets",
"description": "Découvrir et participer aux projets",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎯</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
},
{
"name": "Blog",
"url": "/blog",
"description": "Lire nos dernières news",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📰</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
},
{
"name": "Apps",
"url": "/apps",
"description": "Nos sites et applications hébergés ou recommandés",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
},
{
"name": "Docs",
"url": "/docs",
"description": "Documentations pour apprendre, se former, ou s'informer",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📖</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
}
],
"lang": "fr",
"description": "L'atelier participatif libre et open source. Accédez aux projets, apps et ressources de Coh@bit - Gérez votre carnet et bien plus."
}