OCI Tenants Autocomplete Add-On

OCI Tenants Autocomplete Add-On

Add the option to select tenant from tenants used before

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OCI Tenants Autocomplete Add-On",
  "version": "0.1.0",
  "description": "Add the option to select tenant from tenants used before",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.oracle.com/cloud/sign*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}