Presentations2Go - Screen Cast Recorder

Presentations2Go - Screen Cast Recorder

Screencast recorder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Presentations2Go - Screen Cast Recorder",
  "short_name": "Presentations2Go",
  "description": "Screencast recorder",
  "version": "1.0.1",
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Presentations2Go",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "iconpreso2gologo.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/p2g/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_page": "app.html#",
  "permissions": [
    "desktopCapture",
    "notifications",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "icons": {
    "16": "iconpreso2gologo.png",
    "48": "iconpreso2gologo.png",
    "128": "iconpreso2gologo.png"
  },
  "content_security_policy": "script-src 'self' blob: filesystem: https://*.fak.dk https://login.eduid.nl https://www.onegini.me https://*.surfconext.nl https://*.presentations2go.eu https://*.rug.nl https://*.han.nl https://*.nhlstenden.com https://*.wur.nl https://*.viaa.nl https://*.kdg.be https://*.uni-hohenheim.de https://*.karakter.com; object-src 'self'"
}