Arabdict

Arabdict

Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Arabdict",
  "version": "2.0.0",
  "description": "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}