Sesame

Sesame

Virtual cafe to co-work together

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sesame",
  "version": "2.40",
  "description": "Virtual cafe to co-work together",
  "permissions": [
    "notifications",
    "idle",
    "storage"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo_16.png",
      "32": "images/logo_32.png",
      "48": "images/logo_48.png",
      "128": "images/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.jit.si/*"
      ],
      "js": [
        "jitsi.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://*.opentogethertube.com/*"
      ],
      "js": [
        "ott.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "youtube.js"
      ],
      "all_frames": true
    },
    {
      "js": [
        "all.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    }
  ],
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-evT7z4omhiIyQoaiK1PkBBJ0tE9OozptEEy2PvNlzBU=' 'sha256-vTkJVkNmjEhQlqV69FtOuZNNsi4Js8+LkTfZiGnUAwQ=' 'sha256-pvW/0q3UYOOu/cX8J1yF9ddEIP8n4YMiwVC3tcAOIWA=' 'sha256-hv1wd8KMXMYhQUEv8drVH8ZSmrKIhj9FNFa1lKNJ83w=' 'sha256-Tp+Fp/vbxAjWMUqnWX0vPV2Nm+OFTUc2EpayFqbi6LE=' 'sha256-Es5nNLjs9VVKeIMNwnFaOYSSEBtyBeGAulaLUT2/te4=' 'sha256-w6wVcMxXvPQHzmkxeC7ACVDXlDuBnjIH7npNyjQZeFI=' https://*.sesamecall.com https://*.mixpanel.com https://*.mxpnl.com https://*.jitsi.net http://localhost https://*.jit.si https://*.googleapis.com https://googleusercontent.com https://*.google.com https://www.gstatic.com/ https://www.googleapis.com https://*.googletagmanager.com https://cdn.firebase.com https://*.firebaseio.com https://*.firebaseio.com https://*.cloudflare.com; object-src 'self';",
  "manifest_version": 2,
  "externally_connectable": {
    "matches": [
      "*://*.sesamecall.com/*",
      "*://localhost/*"
    ]
  },
  "web_accessible_resources": [
    "Poppins-Regular.ttf",
    "Poppins-Light.ttf",
    "Poppins-Medium.ttf",
    "Poppins-Italic.ttf",
    "Poppins-Bold.ttf",
    "Poppins-SemiBold.ttf",
    "index.html"
  ]
}