Sorty

Sorty

It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sorty",
  "description": "It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work.",
  "version": "1.0.11",
  "manifest_version": 3,
  "icons": {
    "16": "./icons/sorty16.png",
    "32": "./icons/sorty32.png",
    "48": "./icons/sorty48.png",
    "128": "./icons/sorty128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/sorty-white.svg",
        "icons/sorty-pressed.svg",
        "icons/sorty_text.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*.getsorty.com/"
  ],
  "permissions": [
    "cookies"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "css": [
        "./assets/meet.min.css"
      ],
      "js": [
        "./assets/meet.min.js"
      ],
      "matches": [
        "*://meet.google.com/*"
      ]
    }
  ]
}