Slovoed Dictionaries

Slovoed Dictionaries

English, Russian, French, Spanish and German Slovoed dictionaries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.3",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "storage",
    "identity",
    "http://slovoed-chrome-app.paragon-software.com/",
    "https://www.googleapis.com/"
  ],
  "oauth2": {
    "client_id": "657959175374-hh8detai4q5okbuvvh5ur23s31edvrgr.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "28",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__"
}