Amboss Quality of Life Upgrades

Amboss Quality of Life Upgrades

Fixes the tiny issues with the Amboss interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amboss Quality of Life Upgrades",
  "version": "0.1.0",
  "description": "Fixes the tiny issues with the Amboss interface.",
  "permissions": [
    "*://amboss.com/*",
    "*://www.amboss.com/*"
  ],
  "icons": {
    "128": "favicon.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "*://amboss.com/*",
        "*://www.amboss.com/*"
      ]
    }
  ]
}