{ "name": "DutchOS — Holland Farms", "short_name": "DutchOS", "description": "Holland Farms back-office: finance, marketing, ops.", "start_url": "./", "scope": "./", "display": "standalone", "background_color": "#FFFFFF", "theme_color": "#FF3C00", "orientation": "any", "icons": [ { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "./icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "share_target": { "action": "./share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "photos", "accept": ["image/*"] } ] } }, "shortcuts": [ { "name": "New Message", "short_name": "New Msg", "url": "./messages?compose=1", "description": "Compose a new message to staff" }, { "name": "Marketing Collage", "short_name": "Collage", "url": "./apps/marketing/collage", "description": "Open the bakery collage maker" }, { "name": "Dashboard", "url": "./dashboard" }, { "name": "Calendar", "url": "./calendar" } ] }