SEND all files + questionnaires + json + data_tests

This commit is contained in:
vincent_b
2025-11-19 12:12:03 +01:00
parent 71591b98f0
commit c78698f79a
197 changed files with 29115 additions and 0 deletions

15
public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "Questionful public",
"name": "Questionnaires public Made Simple",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "/test/",
"display": "standalone",
"theme_color": "#000",
"backgroundcolor": "#FFF"
}