Acronymus

Acronymus

When viewing web page, click the Acronymus icon to expanded finance abbreviations and see tooltips for finance terms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Acronymus",
  "version": "1.44",
  "author": "Leszek Mielnikow",
  "description": "When viewing web page, click the Acronymus icon to expanded finance abbreviations and see tooltips for finance terms",
  "icons": {
    "96": "logo96.png"
  },
  "action": {
    "default_icon": "logo96.png",
    "default_title": "Expand financial abbreviations and see tooltips with definitions of financial terms"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "termlist.json"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}