IntoWords

IntoWords

Intowords for Google Chrome - Reading and writing made easy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IntoWords",
  "description": "__MSG_appDesc__",
  "version": "2.10.8",
  "manifest_version": 2,
  "default_locale": "da",
  "background": {
    "scripts": [
      "js/md5.js",
      "js/jsonwspclient.js",
      "js/Manager/PermissionCachedClient.js",
      "js/Manager/PredictionCachedClient.js",
      "js/Manager/SettingsCachedClient.js",
      "js/Manager/DictionaryCachedClient.js",
      "js/Manager/ClientBackgroundManager.js",
      "scripts/background.js"
    ]
  },
  "commands": {
    "clear-cookies": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Clear Cookies"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "page_action": {
    "default_icon": "icon_disabled.png",
    "default_title": "IntoWords"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "clipboardWrite",
    "clipboardRead",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "cookies",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ],
  "homepage_url": "https://www.mv-nordic.com/dk/produkter/intowords",
  "author": "MV-Nordic",
  "content_scripts": [
    {
      "matches": [
        "https://itw-online-service-test.intowords.com/SpecificPredictions",
        "https://itw-online-service-dev.intowords.com/SpecificPredictions",
        "https://online.intowords.com/SpecificPredictions"
      ],
      "js": [
        "scripts/itw-online-dicts.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "exclude_matches": [
        "https://*/_/chrome/*",
        "https://online.intowords.com/*",
        "https://test-online.intowords.com/*",
        "http://*.valhalla.local/*",
        "https://idp.feide.no/*",
        "https://login.emu.dk/*",
        "https://signon.vitec-mv.com/*",
        "https://signon-test.vitec-mv.com/*",
        "https://signon-dev.vitec-mv.com/*",
        "https://itw-online-test.intowords.com/*",
        "https://itw-online-dev.intowords.com/*",
        "https://aselect.entree.kennisnet.nl/*",
        "https://ccidfederation.clusius.nl/*",
        "https://login.microsoftonline.com/*",
        "https://accounts.google.com/*",
        "https://fed.skolfederation.se/",
        "https://mvidadmin.vitec-mv.com/*",
        "https://tfs.vitec.se/*",
        "https://*.unilogin.dk/*",
        "https://cloudapp.intowords.com/",
        "https://cloudapp.intowords.com/text",
        "https://cloudapp.intowords.com/pdf",
        "https://cloudapp.intowords.com/templates",
        "https://cloudapp.intowords.com/epub"
      ],
      "js": [
        "js/md5.js",
        "scripts/content-script.js",
        "js/vendor/jquery-2.0.3.min.js",
        "js/vendor/jquery-ui-1.10.3.custom.min.js",
        "js/vendor/jquery-ui-1.10.4.custom.min.js",
        "js/vendor/konva.2.5.0.min.js",
        "js/vendor/knockout-2.3.0.js",
        "js/vendor/knockout.mapping.js",
        "js/vendor/knockout.extensions.js",
        "js/ViewModel/MainViewModel.js",
        "js/Utils/bindHelpers.js",
        "js/Utils/CursorUtils.js",
        "js/Utils/Player.js",
        "js/shortcut.js",
        "js/main.js",
        "js/Manager/ClientManager.js",
        "js/Manager/AudioManager.js",
        "js/Manager/TextManager.js",
        "js/Manager/DictionaryManager.js",
        "js/General/Settings.js",
        "js/General/Translation.js",
        "js/ViewModel/PredictionViewModel.js",
        "js/rangy-core.js",
        "js/rangy-cssclassapplier.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "html/light/itwpanel.html",
    "html/light/predictionspanel.html",
    "html/light/itwpanel_docs.html",
    "html/main/predictionspanel.html",
    "html/main/itwpanel_docs.html",
    "html/main/dictionarypanel.html",
    "html/settings.html",
    "images/ui-sliderbg_12x7.png",
    "images/alt_indicator.gif",
    "images/sprite.png",
    "images/new_design.png",
    "images/flags.png",
    "images/ui-icons_ffffff_256x240.png",
    "images/resizable_handle.png",
    "images/collapse.png",
    "images/expand.png",
    "images/collapse_02.png",
    "images/expand_02.png",
    "images/health.svg",
    "mvlogin.js",
    "js/Utils/GoogleDocsHelper.js",
    "js/Utils/Office365Helper.js",
    "js/Utils/KnockoutStopBinding.js",
    "css/light/main.css",
    "css/light/main_docs.css",
    "css/main/main_docs.css",
    "css/main/dictionarytool.css"
  ],
  "content_security_policy": "script-src 'self' https://mvidsignonapi.vitec-mv.com/ https://signon.mv-nordic.com 'unsafe-eval'; object-src 'self'"
}