Tilde

Tilde

Free, instant meeting rooms for all your collaborative needs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.2.0",
  "short_name": "Tilde",
  "name": "Tilde",
  "description": "Free, instant meeting rooms for all your collaborative needs",
  "browser_action": {
    "default_title": "Tilde",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16px.png",
    "32": "img/32px.png",
    "48": "img/48px.png",
    "128": "img/128px.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://tilde.so/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}