RMIT Harvard Citation Tool Version 3.2

RMIT Harvard Citation Tool Version 3.2

RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RMIT Harvard Citation Tool Version 3.2",
  "version": "3.2",
  "description": "RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles",
  "icons": {
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "*://rmit.primo.exlibrisgroup.com/discovery/*"
      ]
    }
  ]
}