Progressive Web App manifest
This commit is contained in:
parent
81ad792ffb
commit
da1a7e55cd
4 changed files with 45 additions and 0 deletions
15
manifest.webmanifest
Normal file
15
manifest.webmanifest
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"background_color": "black",
|
||||
"description": "Hypnosis widgets free for non-evil use",
|
||||
"display": "fullscreen",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/icon.svg",
|
||||
"sizes": "32x32 48x48 72x72 96x96 128x128 192x192 256x256",
|
||||
"type": "image/svg"
|
||||
}
|
||||
],
|
||||
"name": "mindjack",
|
||||
"short_name": "mindjack",
|
||||
"start_url": "index.html"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue