summaryrefslogtreecommitdiff
path: root/app/public/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'app/public/manifest.webmanifest')
-rw-r--r--app/public/manifest.webmanifest26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/public/manifest.webmanifest b/app/public/manifest.webmanifest
new file mode 100644
index 0000000..9eb9f13
--- /dev/null
+++ b/app/public/manifest.webmanifest
@@ -0,0 +1,26 @@
+{
+ "name": "Notes",
+ "short_name": "Notes",
+ "description": "Zettelkasten-inspired note taking web app",
+ "categories": ["productivity", "utilities"],
+ "lang": "en-US",
+ "start_url": "/",
+ "scope": "/",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#000000",
+ "icons": [
+ {"type": "image/png", "sizes": "48x48", "src": "img/favicon-48.png" },
+ {"type": "image/png", "sizes": "96x96", "src": "img/favicon-96.png" },
+ {"type": "image/png", "sizes": "192x192", "src": "img/favicon-192.png", "purpose": "maskable any"},
+ {"type": "image/png", "sizes": "256x256", "src": "img/favicon-256.png", "purpose": "maskable any"},
+ {"type": "image/png", "sizes": "512x512", "src": "img/favicon-512.png", "purpose": "maskable any"},
+
+ {"type": "image/png", "sizes": "72x72", "src": "img/apple-touch-icon-72.png" },
+ {"type": "image/png", "sizes": "144x144", "src": "img/apple-touch-icon-144.png"},
+ {"type": "image/png", "sizes": "168x168", "src": "img/apple-touch-icon-168.png"}
+ ],
+ "shortcuts": [
+ {"name": "New", "url": "/new"}
+ ]
+}