LookUp Precision

LookUp Precision

Web statistics tracking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "version": "3.3.1.7",
  "description": "__MSG_extension_description__",
  "author": "Lucidea",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon.png"
  },
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "__MSG_extension_name__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/LookUpPrecision.JSInterface.Types.min.js",
      "js/LookUpPrecision.JSInterface.Utility.min.js",
      "js/LookUpPrecision.JSInterface.API.min.js",
      "js/LookUpPrecision.JSInterface.Core.min.js",
      "background.min.js"
    ]
  },
  "homepage_url": "https://lucidea.com/lookup-precision/",
  "incognito": "spanning",
  "minimum_chrome_version": "18",
  "offline_enabled": true,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "<all_urls>",
    "notifications",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "css": [
        "css/script.css"
      ],
      "js": [
        "lib/jQuery/jquery.min.js",
        "lib/jQuery-ui/jquery-ui.min.js",
        "js/script.min.js",
        "js/LookUpPrecision.JSInterface.Types.min.js",
        "js/LookUpPrecision.JSInterface.Utility.min.js",
        "js/LookUpPrecision.JSInterface.API.min.js",
        "content_script.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "css/script.css",
    "icons/*.png",
    "img/*.png",
    "js/script.min.js",
    "js/LookUpPrecision.JSInterface.Types.min.js",
    "js/LookUpPrecision.JSInterface.Utility.min.js",
    "js/LookUpPrecision.JSInterface.API.min.js",
    "lib/jQuery/jquery.min.js",
    "lib/jQuery-ui/jquery-ui.min.js",
    "lib/jQuery-ui/images/*.png",
    "lib/Fancytree/dist/skin-win8/ui.fancytree.css",
    "lib/Fancytree/dist/skin-win8/icons.gif",
    "lib/Fancytree/dist/skin-lion/ui.fancytree.css",
    "lib/Fancytree/dist/skin-lion/icons.gif"
  ]
}