Add a basic PWA without GUI

This commit is contained in:
Rodolphe Bréard 2023-07-23 15:06:57 +02:00
parent 16bd3dba28
commit d068baf3b3
7 changed files with 135 additions and 0 deletions

9
pwa/manifest.webmanifest Normal file
View file

@ -0,0 +1,9 @@
{
"name": "Sub-Address KEy",
"short_name": "sake",
"id": "sub-address-key",
"description": "Sub-address generator for the Sub-Address KEy (SAKE) filter.",
"start_url": "/",
"lang": "en",
"display": "standalone"
}