Den Danske Ordbog

Den Danske Ordbog

Foretag hurtige opslag i ordnets betydningsordbog - Den Danske Ordbog.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Den Danske Ordbog",
  "short_name": "DDO",
  "description": "Foretag hurtige opslag i ordnets betydningsordbog - Den Danske Ordbog.",
  "version": "3.0.2",
  "permissions": [
    "notifications",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "https://ws.dsl.dk/*",
    "https://ordnet.dk/*"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "windows": "Ctrl+Shift+U",
        "mac": "Command+Shift+U",
        "linux": "Ctrl+Shift+U"
      }
    }
  },
  "icons": {
    "128": "src/assets/images/icons/icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  }
}