104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"name": "ObsiGate",
|
|
"short_name": "ObsiGate",
|
|
"description": "Porte d'entrée web pour vos vaults Obsidian - Accédez, naviguez et recherchez dans toutes vos notes",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1a1a1a",
|
|
"theme_color": "#2563eb",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-192x192-maskable.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512x512-maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities"],
|
|
"screenshots": [
|
|
{
|
|
"src": "/static/screenshots/desktop.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "/static/screenshots/mobile.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png",
|
|
"form_factor": "narrow"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Recherche",
|
|
"short_name": "Recherche",
|
|
"description": "Rechercher dans vos vaults",
|
|
"url": "/?action=search",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/search-96x96.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"prefer_related_applications": false
|
|
}
|