Dictionary

Dictionary

Get the power of TheFreeDictionary.com, the world's most comprehensive dictionary. English, Spanish, French, and 11 other…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "41",
  "version": "0.54",
  "version_name": "5.0.4",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "clipboardWrite",
    "identity.email",
    "alarms",
    "storage",
    "identity"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc",
      "minimum_version": "41.4410.244.13"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "TheFreeDictionaryFREE_5.0.4_GooglePlay.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "Dictionary",
    "orientation": "portrait",
    "packageName": "com.tfd.mobile.TfdSearch"
  }
}