{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "NEXGREX - Networked Exchange for the Gregarious",
  "short_name": "NEXGREX",
  "description": "Enterprise-grade global chat platform. One room. One pulse. All of us together.",
  "start_url": "/",
  "scope": "/",
  "id": "nexgrex-app",
  "display": "standalone",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en-US",
  "background_color": "#0a0c10",
  "theme_color": "#0a0c10",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-monochrome.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "NEXGREX chat interface on mobile"
    },
    {
      "src": "/screenshot-2.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "NEXGREX chat interface on desktop"
    }
  ],
  "categories": ["communication", "social", "productivity"],
  "shortcuts": [
    {
      "name": "New Message",
      "short_name": "Message",
      "description": "Quickly compose and send a new message to the global room",
      "url": "/?mode=chat&action=compose",
      "icons": [
        {
          "src": "/icon-96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Generate Invite",
      "short_name": "Invite",
      "description": "Generate a new invite link to share with others",
      "url": "/?mode=chat&action=invite",
      "icons": [
        {
          "src": "/icon-96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Account Settings",
      "short_name": "Settings",
      "description": "Manage your account and preferences",
      "url": "/?mode=settings",
      "icons": [
        {
          "src": "/icon-96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "video/*": [".mp4", ".webm"]
      },
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+nexgrex",
      "url": "/?url=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-new", "auto"]
  },
  "note_taking": {
    "new_note_url": "/?mode=compose"
  },
  "scope_extensions": [
    {
      "origin": "https://localhost:3001",
      "type": "app-api"
    }
  ],
  "permissions": [
    "notifications",
    "storage"
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
