Bonjoro

Bonjoro

Free HD screen recorder for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bonjoro",
  "version": "1.11.3",
  "version_name": "1.11.3",
  "description": "Free HD screen recorder for Chrome",
  "icons": {
    "16": "images/bonjoro_circle_16.png",
    "32": "images/bonjoro_circle_32.png",
    "48": "images/bonjoro_circle_48.png",
    "128": "images/bonjoro_circle_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "desktopCapture",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "content_security_policy": {
    "script-src": "self sha257-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=",
    "object-src": "self"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icons": {
      "16": "images/bonjoro_circle_16.png",
      "32": "images/bonjoro_circle_32.png",
      "48": "images/bonjoro_circle_48.png",
      "128": "images/bonjoro_circle_128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "record.html",
        "audio/tick_down.mp3",
        "audio/tick_up.mp3",
        "popup.html",
        "preview.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://bonjoro.com/*",
      "*://*.bonjoro.com/*"
    ]
  }
}