Мишээл Солонгос-Монгол Толь - Misheel Study

Мишээл Солонгос-Монгол Толь - Misheel Study

50,000 гаруй үгсийн сантай Мишээл Солонгос-Монгол, Монгол-Солонгос Толь Бичиг

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Мишээл Солонгос-Монгол Толь - Misheel Study",
  "version": "1.0.4",
  "description": "50,000 гаруй үгсийн сантай Мишээл Солонгос-Монгол, Монгол-Солонгос Толь Бичиг",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self';",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*/*"
      ],
      "css": [
        "css/viewerManager.css"
      ],
      "js": [
        "vendor/jquery.js",
        "vendor/underscore.js",
        "vendor/q.js",
        "js/common/define.js",
        "js/common/constant.js",
        "js/common/message.js",
        "js/common/storage.js",
        "js/common/options.js",
        "js/common/f.js",
        "js/common/analytics.js",
        "js/content/viewerManager.js"
      ]
    },
    {
      "run_at": "document_idle",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "js": [
        "vendor/jquery.js",
        "vendor/underscore.js",
        "vendor/q.js",
        "js/common/define.js",
        "js/common/constant.js",
        "js/common/message.js",
        "js/common/storage.js",
        "js/common/options.js",
        "js/common/f.js",
        "js/common/analytics.js",
        "js/content/basicWords.js",
        "js/content/actionWatcher.js",
        "js/content/shortcutWatcher.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "vendor/jquery.js",
      "vendor/underscore.js",
      "vendor/q.js",
      "js/common/define.js",
      "js/common/uuid.js",
      "js/common/constant.js",
      "js/common/message.js",
      "js/common/storage.js",
      "js/common/options.js",
      "js/common/f.js",
      "js/common/cache.js",
      "js/common/cookie.js",
      "js/background/wordParser.js",
      "js/background/meaningParser.js",
      "js/background/resultHtmlParser.js",
      "js/background/wordSearcher.js",
      "js/background/background.js",
      "js/background/analyticsTracker.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon16.png",
      "38": "img/icon48.png"
    },
    "default_title": "Мишээл Толь",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://krdict.korean.go.kr/*",
    "contextMenus",
    "storage",
    "cookies"
  ],
  "web_accessible_resources": [
    "css/*",
    "vendor/*",
    "viewer.html"
  ]
}