Skip to content

Commit

Permalink
init pwa support
Browse files Browse the repository at this point in the history
  • Loading branch information
Henahax committed Apr 10, 2024
1 parent d9a176b commit a2d6c13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
"short_name": "PWA mini",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff"
"theme_color": "#ffffff",
"background_color": "#ffffff",
"icons": [
{
"purpose": "any",
"src": "./test.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
Binary file added static/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2d6c13

Please sign in to comment.