a tool for shared writing and social publishing

fix start_url and add shortcut to manifest

+7
+7
app/manifest.json
··· 1 1 { 2 2 "name": "Leaflet", 3 3 "short_name": "Leaflet", 4 + "start_url": "/home", 5 + "shortcuts": [ 6 + { 7 + "name": "New Leaflet", 8 + "url": "/" 9 + } 10 + ], 4 11 "icons": [ 5 12 { 6 13 "src": "/web-app-manifest-192x192.png",