AMBOSS: Medical Knowledge Everywhere

AMBOSS: Medical Knowledge Everywhere

Pop-up explanations for medical terms on any website, including question banks and medical journals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "author": "__MSG_extensionName__",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://www.amboss.com",
  "developer": {
    "name": "__MSG_extensionName__",
    "url": "https://www.amboss.com"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "109",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "112.0"
    }
  },
  "icons": {
    "16": "imgs/amboss-logo_16x16.png",
    "32": "imgs/amboss-logo_32x32.png",
    "48": "imgs/amboss-logo_48x48.png",
    "128": "imgs/amboss-logo_128x128.png"
  },
  "offline_enabled": true,
  "externally_connectable": {
    "matches": [
      "*://next.amboss.com/*",
      "*://*.next.medicuja.de/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "commands": {
    "toggle-whitelist": {
      "suggested_key": {
        "windows": "Ctrl+Period",
        "mac": "MacCtrl+Space",
        "default": "Ctrl+Period"
      },
      "description": "__MSG_toggleTooltipsDescription__"
    }
  },
  "content_scripts": [
    {
      "exclude_globs": [
        "*://www.google.*/maps*",
        "*://mail.google.*/*",
        "*://calendar.google.*/*",
        "*://sheets.google.*/*",
        "*://keep.google.*/*",
        "*://maps.google.*/*",
        "*://contacts.google.*/*",
        "*://docs.google.*/*",
        "*://accounts.google.com/*",
        "*://console.cloud.google.com/*",
        "*://surviv.io/*",
        "*://edition.cnn.com/*",
        "*://*.foxnews.com/*",
        "*://medium.com/*",
        "*://towardsdatascience.com/*",
        "*://*.theatlantic.com/*",
        "*://*.jetbrains.com/*",
        "*://app.asana.com/*",
        "*://app.hubspot.com/*",
        "*://app.segment.com/*",
        "*://metabase.*.de/*",
        "*://*.bamboohr.com/*",
        "*://*.zoom.us/*",
        "*://play.google.com/*",
        "*://github.com/*",
        "*://open.spotify.com/*",
        "*://*.atlassian.net/*",
        "*://atlassian.net/*",
        "*://web.whatsapp.com/*",
        "*://twitter.com/*",
        "*://mubi.com/*",
        "*://*.linkedin.com/*",
        "*://*.sport.de/*",
        "*://*.paypal.*/*",
        "*://*.dkb.*/*",
        "*://*.ing.*/*",
        "*://*.n26.*/*",
        "*://*.klarna.*/*",
        "*://*.vr.*/*",
        "*://*.postbank.*/*",
        "*://*.comdirect.*/*",
        "*://*.consorsbank.*/*",
        "*://*.advanzia.*/*",
        "*://*.kfw.*/*",
        "*://*.deutsche-bank.*/*",
        "*://*.sparkasse.*/*",
        "*://*.commerzbank.*/*",
        "*://*.spendesk.*/*",
        "*://*.amazon.*/*",
        "*://*.ebay.*/*",
        "*://amboss.zoom.us/*",
        "*://*.medicuja.de/*",
        "*://*.miamed.de/*",
        "*://*.surveymonkey.*/*",
        "*://*.github.*/*",
        "*://duckduckgo.*/*",
        "*://*.yahoo.com/*",
        "*://*.etsy.com/*",
        "*://*.hotmail.*/*",
        "*://*.outlook.com/*",
        "*://*.icloud.*/*",
        "*://*.zalando.*/*",
        "*://*.otto.*/*",
        "*://*.zara.*/*",
        "*://*.nike.*/*",
        "*://*.adidas.*/*",
        "*://*.walmart.*/*",
        "*://*.imdb.*/*",
        "*://*.espn.*/*",
        "*://*.fandom.*/*",
        "*://*.craigslist.*/*",
        "*://*.instagram.*/*",
        "*://*.mediamarkt.*/*",
        "*://weather.*/*",
        "*://outlook.live.*/*",
        "*://*.netflix.*/*",
        "*://med.firecracker.me/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-extension/content/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.woff2",
        "menu/menu-custom-element.css",
        "imgs/marketing-EN.png",
        "imgs/marketing-DE.png",
        "*.js.map",
        "data/en/phrase-groups.json",
        "data/de/phrase-groups.json",
        "data/en/terms.json",
        "data/de/terms.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "browser_style": true,
    "default_title": "__MSG_browserActionDefaultTitle__"
  },
  "background": {
    "service_worker": "browser-extension/background/background-script.js"
  },
  "version": "1.1.25"
}