Skip to content

Commit

Permalink
PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
LGD-Fr committed Jun 22, 2024
1 parent b3316f2 commit 694cbed
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
Binary file added icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<link id="canonical" rel="canonical" href="https://imitation.sacy.be/" />
<title>De l’Imitation de Jésus-Christ</title>
<link rel="stylesheet" type="text/css" href="ui/css/ui.css">
<link rel="icon" type="image/png" href="icon-512x512.png" sizes="512x512"/>
<link rel="manifest" href="manifest.webmanifest">
</head>

<body id="body">
Expand Down
20 changes: 20 additions & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "De l’Imitation de Jésus-Christ",
"short_name": "L’Imitation",
"icons": [{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"start_url": "/index.html",
"display": "fullscreen",
"background_color": "white",
"theme_color": "black",
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=be.sacy",
"id": "be.sacy"
}
]
}
2 changes: 1 addition & 1 deletion ui
Submodule ui updated 4 files
+11 −2 css/ui.css
+50 −1 js/ui.js
+25 −0 make_sitemap.py
+18 −3 ui.html

0 comments on commit 694cbed

Please sign in to comment.