{
  "name": "Global Fusion Application",
  "short_name": "Global Fusion",
  "description": "Secure directory for law enforcement and bank investigators to collaborate on financial crimes. Access vetted contacts, working groups, events, and resources.",
  "start_url": "/?pwa=true",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "security"
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "url_handlers": [
    {
      "origin": "https://globalfusion.app"
    },
    {
      "origin": "https://staging.globalfusion.app"
    },
    {
      "origin": "http://localhost:20001"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+globalfusion",
      "url": "/?handler=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/vnd.ms-excel": [
          ".xls"
        ],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
          ".xlsx"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "text/*",
            ".pdf"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Directory",
      "short_name": "Directory",
      "description": "View contact directory",
      "url": "/contacts",
      "icons": [
        {
          "src": "globalfusion-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Groups",
      "short_name": "Groups",
      "description": "Browse working groups",
      "url": "/groups",
      "icons": [
        {
          "src": "globalfusion-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming events",
      "url": "/events",
      "icons": [
        {
          "src": "globalfusion-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to Global Fusion",
      "url": "/login",
      "icons": [
        {
          "src": "globalfusion-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "globalfusion-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "globalfusion-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "globalfusion-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "globalfusion-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "globalfusion-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "globalfusion-icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "globalfusion-icon.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of the contact directory"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Global Fusion dashboard"
    }
  ]
}
