Add tablet seller wizard and access controls

This commit is contained in:
2026-05-31 20:59:58 +01:00
parent 14de88945c
commit e794ecceb6
15 changed files with 2330 additions and 211 deletions

19
public/manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "OptiqueStock",
"short_name": "OptiqueStock",
"description": "Gestion de magasin d'optique",
"start_url": "/",
"scope": "/",
"display": "fullscreen",
"orientation": "any",
"background_color": "#020617",
"theme_color": "#020617",
"icons": [
{
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}