HIVO Extension

HIVO Extension

Extension for the HIVO Library

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "HIVO Extension",
  "description": "Extension for the HIVO Library",
  "version": "0.0.5",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "https://app.hivo.com.au/api/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.hivo.com.au/api/extension/chrome/redirect?type=google",
        "https://app.hivo.com.au/api/extension/chrome/redirect?type=azureAd"
      ],
      "js": [
        "oauth2/injection.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "build/index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "images/hivo16.png",
    "32": "images/hivo32.png",
    "48": "images/hivo48.png",
    "128": "images/hivo128.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}