SkillSocial Room Embed Extension

SkillSocial Room Embed Extension

Allows SkillSocial users to collaborate on all embedded apps in video rooms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SkillSocial Room Embed Extension",
  "description": "Allows SkillSocial users to collaborate on all embedded apps in video rooms.",
  "version": "1.0.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://app.skill.social/*"
    ]
  }
}