Workspaces for Oracle: Secure Browser

Workspaces for Oracle: Secure Browser

Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Workspaces for Oracle: Secure Browser",
  "version": "0.1.3",
  "description": "Open links Securely and Anonymously in the Oracle Cloud using Kasm Workspaces for Oracle.",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "menu.js"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false,
    "browser_style": false
  }
}