{
  "name": "Viculo",
  "short_name": "Viculo",
  "description": "Identity-verified community chat for your building",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4985A4",
  "categories": ["social", "lifestyle"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+viculo",
      "url": "/open?uri=%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open the community chat",
      "url": "/chat",
      "icons": [{ "src": "/brand/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Noticeboard",
      "short_name": "Board",
      "description": "View the community noticeboard",
      "url": "/noticeboard",
      "icons": [{ "src": "/brand/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View building events",
      "url": "/calendar",
      "icons": [{ "src": "/brand/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Submit a maintenance report",
      "url": "/reports",
      "icons": [{ "src": "/brand/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/leaflet/chat.png",
      "sizes": "3060x5060",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Community Chat"
    },
    {
      "src": "/screenshots/leaflet/noticeboard.png",
      "sizes": "3260x2570",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Community Noticeboard"
    },
    {
      "src": "/screenshots/leaflet/calendar.png",
      "sizes": "2060x2740",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Community Calendar"
    },
    {
      "src": "/screenshots/leaflet/reports.png",
      "sizes": "3260x4580",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Maintenance Reports"
    }
  ],
  "icons": [
    {
      "src": "/brand/icon-1024-any.png?v=4",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-512-any.png?v=4",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-4096.png?v=2",
      "type": "image/png",
      "sizes": "4096x4096",
      "purpose": "maskable"
    },
    {
      "src": "/brand/icon-2048.png?v=2",
      "type": "image/png",
      "sizes": "2048x2048",
      "purpose": "maskable"
    },
    {
      "src": "/brand/icon-1024.png?v=2",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "maskable"
    },
    {
      "src": "/brand/icon-512.png?v=2",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/brand/icon-192.png?v=2",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    }
  ]
}
