sags.digital - Screenrecorder & Communication

sags.digital - Screenrecorder & Communication

Record webcam and screen videos. Share and discuss the recordings with other people. Made for good business communication.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "homepage_url": "https://sags.digital/",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "240": "assets/signet-invertiert.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_page": "options.html",
  "host_permissions": [
    "https://app.sags.digital/*"
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "240": "assets/signet-invertiert.png"
    },
    "default_title": "sags.digital",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "js/googlemail.js"
      ]
    },
    {
      "matches": [
        "*://app.sags.digital/*"
      ],
      "js": [
        "js/sagsdigital.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "assets/*"
      ],
      "matches": [
        "*://*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; frame-src *; style-src 'self' 'unsafe-inline'; connect-src *"
  },
  "version": "1.0.8",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}