Add a basic PWA without GUI
This commit is contained in:
parent
16bd3dba28
commit
d068baf3b3
7 changed files with 135 additions and 0 deletions
9
pwa/manifest.webmanifest
Normal file
9
pwa/manifest.webmanifest
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue