+++ /dev/null
-{
- "name": "flatnotes",
- "short_name": "flatnotes",
- "icons": [
- {
- "src": "./android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "./android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#F8A66B",
- "background_color": "#ffffff",
- "display": "standalone"
-}
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
- <link rel="manifest" href="assets/site.webmanifest">
+ <link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#F8A66B">
<link rel="shortcut icon" href="assets/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
--- /dev/null
+{
+ "name": "flatnotes",
+ "short_name": "flatnotes",
+ "start_url": "/",
+ "icons": [
+ {
+ "src": "/assets/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/assets/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#F8A66B",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}