a tool for shared writing and social publishing

add some stuff to manifest

+9
+7
app/layout.tsx
··· 14 14 title: "Leaflet", 15 15 description: "tiny interconnected social documents", 16 16 metadataBase: new URL(`https://leaflet.pub`), 17 + icons: [ 18 + { 19 + type: "apple-touch-icon", 20 + sizes: "180x180", 21 + url: "/apple-touch-icon.png", 22 + }, 23 + ], 17 24 appleWebApp: { 18 25 title: "Leaflet", 19 26 statusBarStyle: "black-translucent",
+2
app/manifest.json
··· 1 1 { 2 2 "name": "Leaflet", 3 + "id": "leaflet", 4 + "description": "An app for delightful documents", 3 5 "short_name": "Leaflet", 4 6 "start_url": "/home", 5 7 "shortcuts": [
public/apple-touch-icon.png

This is a binary file and will not be displayed.