SDMS Sonomoji

SDMS Sonomoji

Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SDMS Sonomoji",
  "description": "Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.",
  "author": "Society of Diagnostic Medical Sonography",
  "version": "1.3",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "128": "icon128.png",
    "256": "icon256.png",
    "512": "icon512.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "SDMS Sonomoji",
    "default_popup": "popup.html"
  },
  "permissions": [
    "*://*.sdms.org/*",
    "*://*.apple.com/*",
    "activeTab",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus"
  ]
}