web: Added more information to the PWA manifest
This commit is contained in:
parent
58870f3057
commit
7769b556f7
8
dist/web/source/manifest.json
vendored
8
dist/web/source/manifest.json
vendored
@ -1,5 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "ImHex",
|
"name": "ImHex",
|
||||||
|
"description": "🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.",
|
||||||
|
"background_color": "#0F0F0F",
|
||||||
|
"theme_color": "#0F0F0F",
|
||||||
|
"categories": [
|
||||||
|
"education",
|
||||||
|
"productivity",
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "icon.png",
|
"src": "icon.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user