mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
PWA bringup
This commit is contained in:
parent
5f86a1638e
commit
da414dd867
@ -6,6 +6,7 @@
|
|||||||
<link rel="icon" id="favicon">
|
<link rel="icon" id="favicon">
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||||
<script src="js/main.js" type="module"></script>
|
<script src="js/main.js" type="module"></script>
|
||||||
|
<link rel="manifest" href="manifest.json" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="background"></div>
|
<div id="background"></div>
|
||||||
|
14
public/manifest.json
Normal file
14
public/manifest.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "honey",
|
||||||
|
"short_name": "honey",
|
||||||
|
"description": "Nice and sweet place for all your self-hosted services",
|
||||||
|
"start_url": "/",
|
||||||
|
"background_color": "#000",
|
||||||
|
"display": "standalone",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "img/icon.png",
|
||||||
|
"sizes": "192x192 256x256 512x512"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user